aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorBardi Harborow <[email protected]>2017-07-15 09:25:13 +0000
committerBardi Harborow <[email protected]>2017-07-16 13:51:16 +1000
commit028863dd08b52c3177cf30df37681406ec2f02a5 (patch)
tree77169879a89420c79a0ab82e3d554abaa0e00c88 /js
parentbde16528d20934b93bec2a80b0627a9632f99d03 (diff)
downloadbootstrap-028863dd08b52c3177cf30df37681406ec2f02a5.tar.xz
bootstrap-028863dd08b52c3177cf30df37681406ec2f02a5.zip
Fall back to ESLint v3 indentation behaviour.
Diffstat (limited to 'js')
-rw-r--r--js/.eslintrc.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/.eslintrc.json b/js/.eslintrc.json
index 69b361045..8f79cbaa2 100644
--- a/js/.eslintrc.json
+++ b/js/.eslintrc.json
@@ -141,7 +141,8 @@
"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",