Skip to content

Commit de4049b

Browse files
committed
Disable indent rule in favour of prettier
1 parent 28b3a9f commit de4049b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.eslintrc.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@
2222
"unused-imports"
2323
],
2424
"rules": {
25-
"indent": [
26-
"error",
27-
2
28-
],
25+
"indent": "off", // prettier takes care of this (yarn format)
2926
"quotes": ["error", "single", { "avoidEscape": true, "allowTemplateLiterals": true }],
3027
"quote-props": ["error", "as-needed"],
3128
"semi": ["error", "always"],

0 commit comments

Comments
 (0)