2
0
mirror of synced 2025-01-10 22:26:02 +00:00

misc eslint rules

This commit is contained in:
Salakar 2017-03-02 13:10:50 +00:00
parent 79bfc7ce09
commit 52e7900b18

View File

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