Skip to content

Commit

Permalink
fix: no need to ignore node_modules and .eslintrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
elonzh committed Nov 30, 2024
1 parent 1b6eeff commit 747ba30
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 @@ -14,7 +14,7 @@ const compat = new FlatCompat({

export default [
{
ignores: ['**/node_modules', '**/.eslintrc.js'],
ignores: [],
},
js.configs.recommended,
...compat.extends(
Expand Down

0 comments on commit 747ba30

Please sign in to comment.