Skip to content

Commit

Permalink
eslint ignore test files
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonejt committed Sep 7, 2024
1 parent f46ed48 commit a1e3e95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ export default [
{ languageOptions: { globals: globals.node } },
pluginJs.configs.recommended,
...tseslint.configs.recommended,
{ ignores: ["**/*.test.js", "**/*.test.ts"] }
];

0 comments on commit a1e3e95

Please sign in to comment.