reverts back to 2 spaces instead of 4
This commit is contained in:
@@ -150,7 +150,7 @@ module.exports = exports = {
|
||||
"func-names": WARN,
|
||||
"func-style": [ WARN, "declaration" ],
|
||||
"id-length": [ WARN, { "min": 2, "max": 32 } ],
|
||||
"indent": [ WARN, 4 ],
|
||||
"indent": [ WARN, 2 ],
|
||||
"jsx-quotes": [ WARN, "prefer-double" ],
|
||||
"keyword-spacing": [ WARN, { "before": true, "after": true} ],
|
||||
// "linebreak-style": [ WARN, "unix" ],
|
||||
|
||||
Reference in New Issue
Block a user