Skip to content

Commit

Permalink
ignore all dist directories (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcguire12 authored Jan 29, 2025
1 parent bbbcee7 commit eaed594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import tseslint from "typescript-eslint";
export default [
{ files: ["**/*.{js,mjs,cjs,ts}"] },
{ languageOptions: { globals: globals.browser } },
{ ignores: ["dist/**", "lib/dom/build/**"] },
{ ignores: ["**/dist/**", "lib/dom/build/**"] },
pluginJs.configs.recommended,
...tseslint.configs.recommended,
];

0 comments on commit eaed594

Please sign in to comment.