Skip to content

Commit

Permalink
fix: use better matcher for test files
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoro9 committed Oct 26, 2023
1 parent 48ee30a commit c82bc0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports = {
"import/no-default-export": "error",
"import/no-extraneous-dependencies": [
"error",
{ devDependencies: ["test/**/"] },
{ devDependencies: ["test/**"] },
],
"import/prefer-default-export": "off",
"jest/no-jest-import": "off",
Expand Down

0 comments on commit c82bc0d

Please sign in to comment.