Skip to content

Commit ff1d2be

Browse files
committed
Lint codes
1 parent 8d162e9 commit ff1d2be

21 files changed

+1944
-24
lines changed

Diff for: .eslintrc

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

0 commit comments

Comments
 (0)