Skip to content

Commit 00a3a75

Browse files
committed
chore(eslint): relax indent/quotes/linebreak rules to warnings for incremental cleanup
1 parent a2aa6da commit 00a3a75

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.eslintrc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"sourceType": "module"
1010
},
1111
"rules": {
12-
"indent": ["error", 2],
13-
"linebreak-style": ["error", "unix"],
14-
"quotes": ["error", "double"],
12+
"indent": ["warn", 2],
13+
"linebreak-style": ["warn", "unix"],
14+
"quotes": ["warn", "double"],
1515
"semi": ["error", "always"],
1616
"no-unused-vars": "warn",
1717
"no-console": "off",

0 commit comments

Comments
 (0)