]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fall back to ESLint v3 indentation behaviour.
authorBardi Harborow <bardi@bardiharborow.com>
Sat, 15 Jul 2017 09:25:13 +0000 (09:25 +0000)
committerBardi Harborow <bardi@bardiharborow.com>
Sun, 16 Jul 2017 03:51:16 +0000 (13:51 +1000)
js/.eslintrc.json

index 69b361045b0a18adc18ed509e2efa66a772dd325..8f79cbaa2cfe68afe0ffcf3877e595f612dbd2e8 100644 (file)
     "id-blacklist": "error",
     "id-length": "off",
     "id-match": "error",
-    "indent": ["error", 2, { "SwitchCase": 1 }],
+    "indent": "off",
+    "indent-legacy": ["error", 2, { "SwitchCase": 1 }],
     "jsx-quotes": "error",
     "key-spacing": "off",
     "keyword-spacing": "error",