Yuki Takei 7 лет назад
Родитель
Сommit
765cfdfc5a
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      .eslintrc.js

+ 2 - 0
.eslintrc.js

@@ -31,6 +31,7 @@ module.exports = {
     ],
     ],
     'class-methods-use-this': 'off',
     'class-methods-use-this': 'off',
     'consistent-return': 'off',
     'consistent-return': 'off',
+    'func-names': 'off',
     "global-require": 'off',
     "global-require": 'off',
     "key-spacing": [
     "key-spacing": [
       'error',
       'error',
@@ -70,6 +71,7 @@ module.exports = {
     ],
     ],
     'no-shadow': 'off',
     'no-shadow': 'off',
     'no-underscore-dangle': 'off',
     'no-underscore-dangle': 'off',
+    'no-useless-return': 'off',
     "prefer-destructuring": 'off',
     "prefer-destructuring": 'off',
     "indent": [
     "indent": [
       "error",
       "error",