Skip to content

Commit

Permalink
fix: Handle jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Aug 13, 2024
1 parent 881b38f commit 8df332d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.github

/CONTRIBUTING.md
/test
1 change: 1 addition & 0 deletions eslint-common-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
'.prettierrc.js',
'.stylelintrc.js',
'.lintstagedrc.js',
'jest.config.js',
],
env: {
node: true,
Expand Down
2 changes: 0 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8df332d

Please sign in to comment.