mirror of https://github.com/zulip/zulip.git
eslint: Enable no-trailing-spaces in eslint also.
We already have this in our custom one but having this enabled in eslint gives us eslint tools like `--fix`.
This commit is contained in:
parent
05b752bd3f
commit
c14d17b35b
|
@ -312,6 +312,7 @@
|
|||
"no-shadow": 0,
|
||||
"no-sync": 2,
|
||||
"no-ternary": 0,
|
||||
"no-trailing-spaces": 2,
|
||||
"no-undef": "error",
|
||||
"no-undef-init": 2,
|
||||
"no-underscore-dangle": 0,
|
||||
|
|
Loading…
Reference in New Issue