Spaces:
Sleeping
Sleeping
Commit
·
6d70811
1
Parent(s):
61b033f
fix: wordings
Browse files- .eslintrc.json +0 -38
.eslintrc.json
DELETED
@@ -1,38 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"env": {
|
3 |
-
"browser": true,
|
4 |
-
"es2021": true,
|
5 |
-
"node": true
|
6 |
-
},
|
7 |
-
"extends": "eslint:recommended",
|
8 |
-
"parserOptions": {
|
9 |
-
"ecmaVersion": 12,
|
10 |
-
"sourceType": "module"
|
11 |
-
},
|
12 |
-
"rules": {
|
13 |
-
"indent": [
|
14 |
-
"error",
|
15 |
-
2
|
16 |
-
],
|
17 |
-
"quotes": [
|
18 |
-
"error",
|
19 |
-
"single"
|
20 |
-
],
|
21 |
-
"semi": [
|
22 |
-
"error",
|
23 |
-
"always"
|
24 |
-
],
|
25 |
-
"no-unused-vars": [
|
26 |
-
"error",
|
27 |
-
{
|
28 |
-
"args": "all",
|
29 |
-
"argsIgnorePattern": "^_",
|
30 |
-
"caughtErrors": "all",
|
31 |
-
"caughtErrorsIgnorePattern": "^_",
|
32 |
-
"destructuredArrayIgnorePattern": "^_",
|
33 |
-
"varsIgnorePattern": "^_",
|
34 |
-
"ignoreRestSiblings": true
|
35 |
-
}
|
36 |
-
]
|
37 |
-
}
|
38 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|