Skip to content

Commit

Permalink
Chore: Also cover vitest.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Sep 27, 2024
1 parent fe6bfc6 commit 78eb3df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default tseslint.config(
languageOptions: {
parserOptions: {
projectService: {
allowDefaultProject: ['packages/*/*.test.mts'],
allowDefaultProject: ['vitest.config.ts', 'packages/*/*.test.mts'],
defaultProject: './tsconfig.test.json',
maximumDefaultProjectFileMatchCount_THIS_WILL_SLOW_DOWN_LINTING: 20,
},
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.test.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "@repo/tsconfig",
"include": ["**/*.test.mts", "**/*.d.ts"],
"include": ["vitest.config.ts", "**/*.test.mts", "**/*.d.ts"],
"compilerOptions": {
"skipLibCheck": true,
"noEmit": true
Expand Down

0 comments on commit 78eb3df

Please # to comment.