Skip to content

Commit

Permalink
chore: fix TS and ESLint interop
Browse files Browse the repository at this point in the history
I boned this up in commit f49ac7c.
  • Loading branch information
wKovacs64 committed Nov 29, 2022
1 parent db9cffa commit 43f01d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ module.exports = {
parserOptions: {
project: 'tsconfig.json',
},
ignorePatterns: ['cypress.config.ts'],
ignorePatterns: ['cypress.config.ts', 'vite.config.ts'],
};
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"noEmit": true,
"jsx": "react-jsx"
},
"include": ["src"],
"exclude": ["node_modules", "cypress"]
}

0 comments on commit 43f01d3

Please sign in to comment.