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:
Shubham Dhama 2018-06-06 22:01:54 +05:30 committed by showell
parent 05b752bd3f
commit c14d17b35b
1 changed files with 1 additions and 0 deletions

View File

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