diff --git a/.eslintrc.json b/.eslintrc.json index c87caac437..23df137eb3 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -20,6 +20,7 @@ "tryExtensions": [".js", ".ts", ".d.ts", ".json"] } }, + "ignorePatterns": ["dist", "ts-dist", "node_modules", "tmp"], "rules": { // disabled because we still have a few commented tests "qunit/no-commented-tests": "off",