Skip to content

Commit da011b5

Browse files
committed
build(docs): fix eslint warnings
1 parent bfb3baf commit da011b5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apps/website/.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"parser": "@typescript-eslint/parser",
99
"parserOptions": {
10-
"project": ["apps/website/tsconfig.*?.json"],
10+
"project": ["apps/website/tsconfig.app.json"],
1111
"ecmaVersion": 2021,
1212
"sourceType": "module",
1313
"ecmaFeatures": {

apps/website/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default defineConfig({
99
qwikNxVite(),
1010
qwikCity(),
1111
qwikVite({
12+
tsconfigFileNames: ['tsconfig.app.json'],
1213
client: {
1314
outDir: '../../dist/apps/website/client',
1415
},

0 commit comments

Comments
 (0)