Skip to content

Commit 6631e00

Browse files
update eslint package
1 parent 13704cc commit 6631e00

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

.eslintrc.json

+11-12
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
2-
"env": {
3-
"browser": true,
4-
"es2021": true
5-
},
6-
"extends": "standard-with-typescript",
7-
"parserOptions": {
8-
"ecmaVersion": "latest",
9-
"sourceType": "module"
10-
},
11-
"rules": {
12-
}
13-
}
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)