Skip to content

Commit d4baeef

Browse files
committed
add lint
1 parent 8abf63f commit d4baeef

File tree

3 files changed

+1193
-106
lines changed

3 files changed

+1193
-106
lines changed

lib/.eslintrc.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"root": false,
3+
"parser": "@typescript-eslint/parser",
4+
"plugins": [
5+
"@typescript-eslint"
6+
],
7+
"extends": [
8+
"eslint:recommended",
9+
"plugin:@typescript-eslint/recommended"
10+
]
11+
}

0 commit comments

Comments
 (0)