mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Fall back to ESLint v3 indentation behaviour.
This commit is contained in:
parent
bde16528d2
commit
028863dd08
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue