diff --git a/.eslintrc.json b/.eslintrc.json index 2c2f69c..5aa2af8 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -23,17 +23,11 @@ "@typescript-eslint/no-non-null-assertion": "off" }, "ignorePatterns": [ + "**/builds/**", "**/dist/**", "**/node_modules/**", - "**/abbrevIso*", - "**/example*", - "**/*.bak", - "coverage/**", - "docs-shared/lib/**", - "packages/*/assets/**", - "packages/*/lib/**", - "!.vuepress/**", - "**/.vuepress/.cache/**", - "**/.vuepress/.temp/**" + "**/scripts/**", + "**/*.js", + "**/*.bak" ] }