diff --git a/.eslintrc.json b/.eslintrc.json index 2f39fada..f234e93c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -25,7 +25,8 @@ }, "ignorePatterns": [ "**/typings/*.d.ts", - "**/node_modules" + "**/node_modules", + "**/*.js" ], "plugins": [ "@typescript-eslint"