소스 검색

Merge pull request #20482 from Methuselah96/patch-2

Make eslint rule an error instead of a warning
Mr.doob 4 년 전
부모
커밋
9156391d37
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -34,7 +34,7 @@
       "@typescript-eslint"
     ],
     "rules": {
-      "@typescript-eslint/no-unused-vars": 1,
+      "@typescript-eslint/no-unused-vars": ["error"],
       "@typescript-eslint/indent": [
         "error",
         "tab",