Skip to content

Commit

Permalink
Instruct ESLint to ignore all dist folders, even those that are nested
Browse files Browse the repository at this point in the history
  • Loading branch information
Kavian77 committed Dec 26, 2024
1 parent f80d5d5 commit 63a919f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import noOnlyTestsPlugin from "eslint-plugin-no-only-tests";
import eslintPluginPrettierRecommended from "eslint-plugin-prettier/recommended";

export default tseslint.config(
{ ignores: ["dist"] },
{ ignores: ["**/dist"] },
{
extends: [
js.configs.recommended,
Expand Down

0 comments on commit 63a919f

Please sign in to comment.