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