misc eslint rules

This commit is contained in:
Salakar 2017-03-02 13:10:50 +00:00
parent 79bfc7ce09
commit 52e7900b18
1 changed files with 2 additions and 0 deletions

View File

@ -18,7 +18,9 @@
},
"rules": {
"class-methods-use-this": 0,
"no-plusplus": 0,
"no-underscore-dangle": 0,
"no-undef": 0,
"no-use-before-define": 0,
"arrow-body-style": 0,
"import/prefer-default-export": 0,