소스 검색

update rules

Yuki Takei 7 년 전
부모
커밋
765cfdfc5a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .eslintrc.js

+ 2 - 0
.eslintrc.js

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