Skip to content

Commit

Permalink
Improve glob
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Jan 8, 2025
1 parent 5831626 commit 2d81290
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export default [
"**/*.d.ts",
"**/*.js",
"**/*.mjs",
"**/graphql/*.ts",
"docs/**",
"**/graphql/**/*.ts",
"server/dist/**",
"tests/**/*.ts",
"vite.config.ts",
],
Expand Down
1 change: 0 additions & 1 deletion server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"allowSyntheticDefaultImports": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedIndexedAccess": true,
"forceConsistentCasingInFileNames": true,

"typeRoots": ["types", "node_modules/@types"]
}
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"allowSyntheticDefaultImports": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedIndexedAccess": true,
"forceConsistentCasingInFileNames": true,

"typeRoots": ["types", "node_modules/@types"]
}
}

0 comments on commit 2d81290

Please sign in to comment.