We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2aa6da commit 00a3a75Copy full SHA for 00a3a75
1 file changed
.eslintrc.json
@@ -9,9 +9,9 @@
9
"sourceType": "module"
10
},
11
"rules": {
12
- "indent": ["error", 2],
13
- "linebreak-style": ["error", "unix"],
14
- "quotes": ["error", "double"],
+ "indent": ["warn", 2],
+ "linebreak-style": ["warn", "unix"],
+ "quotes": ["warn", "double"],
15
"semi": ["error", "always"],
16
"no-unused-vars": "warn",
17
"no-console": "off",
0 commit comments