Lint multi-spaces

This commit is contained in:
Tom Russell 2019-05-27 16:45:24 +01:00
parent af9c23d883
commit aef53a0ae0
4 changed files with 5 additions and 4 deletions

View File

@ -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"