소스 검색

toggle no-unused-vars to warn

huneau romain 8 년 전
부모
커밋
34089b1222
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .eslintrc.json

+ 2 - 1
.eslintrc.json

@@ -52,7 +52,8 @@
     "prefer-const": 2,
     "prefer-spread": 2,
     "prefer-template": 2,
-    "no-console":"off"
+    "no-console":"off",
+    "no-unused-vars":"warn"
   },
   "globals": {
     "Meteor": false,