Skip to content

Commit db87036

Browse files
committed
ci: fix some eslint and knip errors
1 parent 9c8b2ed commit db87036

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export default defineConfig([
4545
'unicorn/no-abusive-eslint-disable': 0,
4646
'unicorn/import-style': 0,
4747
'unicorn/prefer-module': 0,
48+
'unicorn/prefer-string-raw': 0,
4849
'unicorn/prefer-top-level-await': 0
4950
}
5051
},

knip.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
"$schema": "https://unpkg.com/knip@5/schema.json",
33
"workspaces": {
44
"packages/harmonix": {
5-
"entry": ["src/types/index.ts", "src/runtime/**/*.ts"]
5+
"entry": ["src/runtime/**/*.ts"]
66
},
77
"packages/cli": {
8-
"entry": ["src/index.ts", "src/runtime/harmonix.ts"],
98
"ignoreUnresolved": ["#harmonix-virtual/*"]
109
},
1110
"playground": {

0 commit comments

Comments
 (0)