Add two common eslint rules.

This commit is contained in:
Guo Xiang Tan 2017-08-21 21:42:31 +09:00
parent 42c1b7e6e0
commit c8eba5d20c
1 changed files with 3 additions and 1 deletions

View File

@ -92,7 +92,9 @@
"wrap-iife": [ "wrap-iife": [
2, 2,
"inside" "inside"
] ],
"no-mixed-spaces-and-tabs": 2,
"no-trailing-spaces": 2
}, },
"parser": "babel-eslint" "parser": "babel-eslint"
} }