Skip to content

Commit

Permalink
chore: updates eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
PacificYield committed Dec 6, 2024
1 parent e40bbf6 commit 01a40a2
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 @@ -10,7 +10,7 @@ export default [
linterOptions: {
reportUnusedDisableDirectives: "off",
},
ignores: ["abi/", "artifacts/", "cache/", "res/", "types/*"],
ignores: [".abi/", ".artifacts/", ".cache/", ".coverage/", ".res/", ".types/"],
},
eslint.configs.recommended,
...tseslint.configs.recommended,
Expand Down

0 comments on commit 01a40a2

Please sign in to comment.