mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Fall back to ESLint v3 indentation behaviour.
This commit is contained in:
+2
-1
@@ -141,7 +141,8 @@
|
|||||||
"id-blacklist": "error",
|
"id-blacklist": "error",
|
||||||
"id-length": "off",
|
"id-length": "off",
|
||||||
"id-match": "error",
|
"id-match": "error",
|
||||||
"indent": ["error", 2, { "SwitchCase": 1 }],
|
"indent": "off",
|
||||||
|
"indent-legacy": ["error", 2, { "SwitchCase": 1 }],
|
||||||
"jsx-quotes": "error",
|
"jsx-quotes": "error",
|
||||||
"key-spacing": "off",
|
"key-spacing": "off",
|
||||||
"keyword-spacing": "error",
|
"keyword-spacing": "error",
|
||||||
|
|||||||
Reference in New Issue
Block a user