Update ESLint rules
This commit is contained in:
parent
cf17e628b3
commit
09994bbbed
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
"space-infix-ops": "warn",
|
"space-infix-ops": "warn",
|
||||||
"brace-style": "warn",
|
"brace-style": "warn",
|
||||||
"comma-spacing": "warn",
|
"comma-spacing": "warn",
|
||||||
"indent": "warn",
|
"indent": ["warn", { "SwitchCase": 2 }],
|
||||||
"arrow-spacing": "warn"
|
"arrow-spacing": "warn"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue