Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pstachula-dev committed Nov 11, 2024
1 parent 41208de commit 292e1f0
Show file tree
Hide file tree
Showing 4 changed files with 2,727 additions and 850 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
sourceType: 'module',
project: ['./tsconfig.json'],
},
ignorePatterns: ['dist'],
ignorePatterns: ['dist', 'vitest.config.ts'],
rules: {
'react/jsx-filename-extension': [1, { extensions: ['.tsx', '.jsx'] }],
'react-refresh/only-export-components': [
Expand Down
Loading

0 comments on commit 292e1f0

Please sign in to comment.