Skip to content

Commit 43f01d3

Browse files
committed
chore: fix TS and ESLint interop
I boned this up in commit f49ac7c.
1 parent db9cffa commit 43f01d3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ module.exports = {
1111
parserOptions: {
1212
project: 'tsconfig.json',
1313
},
14-
ignorePatterns: ['cypress.config.ts'],
14+
ignorePatterns: ['cypress.config.ts', 'vite.config.ts'],
1515
};

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
"noEmit": true,
1818
"jsx": "react-jsx"
1919
},
20+
"include": ["src"],
2021
"exclude": ["node_modules", "cypress"]
2122
}

0 commit comments

Comments
 (0)