Skip to content

Commit 46a9045

Browse files
committed
Added linter package
1 parent 969b3d4 commit 46a9045

File tree

3 files changed

+720
-1
lines changed

3 files changed

+720
-1
lines changed

.eslintrc

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"parser": "@typescript-eslint/parser",
3+
"extends": [
4+
"plugin:@typescript-eslint/recommended"
5+
],
6+
"parserOptions": {
7+
"ecmaVersion": 2021,
8+
"sourceType": "module"
9+
},
10+
"rules": {
11+
// custom rules here
12+
}
13+
}

0 commit comments

Comments
 (0)