Skip to content

Commit eaed594

Browse files
ignore all dist directories (#442)
1 parent bbbcee7 commit eaed594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import tseslint from "typescript-eslint";
66
export default [
77
{ files: ["**/*.{js,mjs,cjs,ts}"] },
88
{ languageOptions: { globals: globals.browser } },
9-
{ ignores: ["dist/**", "lib/dom/build/**"] },
9+
{ ignores: ["**/dist/**", "lib/dom/build/**"] },
1010
pluginJs.configs.recommended,
1111
...tseslint.configs.recommended,
1212
];

0 commit comments

Comments
 (0)