Lint multi-spaces
This commit is contained in:
parent
af9c23d883
commit
aef53a0ae0
@ -22,7 +22,8 @@
|
||||
"strict": ["error", "global"],
|
||||
"curly": "warn",
|
||||
"quotes": ["warn", "single"],
|
||||
"indent": ["warn", 4]
|
||||
"indent": ["warn", 4],
|
||||
"no-multi-spaces": ["error", {"ignoreEOLComments": true} ]
|
||||
},
|
||||
"plugins": [
|
||||
"react"
|
||||
|
Loading…
Reference in New Issue
Block a user