Skip to content

Commit

Permalink
fix: eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
0xkenj1 committed May 29, 2024
1 parent cd3217c commit 646879b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/eslint-config/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default [
languageOptions: {
parser: tsParser,
},
ignores: ["dist/**", "node_modules/**"], // Add patterns to ignore dist and node_modules
ignores: ["dist/**", "node_modules/**", "eslint.config.js"], // Add patterns to ignore dist and node_modules
rules: {
...tsPlugin.configs["eslint-recommended"].rules,
...tsPlugin.configs["recommended"].rules,
Expand Down

0 comments on commit 646879b

Please sign in to comment.