Enforce no trailing spaces with eslint
This commit is contained in:
parent
b7e5116375
commit
1e93165b05
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ module.exports = {
|
|||
"error",
|
||||
"unix"
|
||||
],
|
||||
"no-trailing-spaces": "error",
|
||||
"no-var": ["error"],
|
||||
"prefer-const": ["error"],
|
||||
"prefer-arrow-callback": ["error"],
|
||||
|
|
Loading…
Add table
Reference in a new issue