Skip to content

Commit 939f081

Browse files
committed
Fix CI errors
1 parent aaa5a55 commit 939f081

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: packages/insights/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
"@qwik-client-manifest": ["../../qwik/src/server/server-modules.d.ts"]
2323
}
2424
},
25-
"exclude": ["./dist"]
25+
"exclude": ["./dist", "eslint.config.mjs"]
2626
}

Diff for: starters/apps/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@builder.io/qwik-city": "latest",
2121
"@eslint/js": "latest",
2222
"@types/node": "latest",
23-
"@typescript-eslint": "latest",
23+
"typescript-eslint": "latest",
2424
"eslint": "latest",
2525
"eslint-plugin-qwik": "latest",
2626
"prettier": "latest",

0 commit comments

Comments
 (0)