We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c8b2ed commit db87036Copy full SHA for db87036
eslint.config.mjs
@@ -45,6 +45,7 @@ export default defineConfig([
45
'unicorn/no-abusive-eslint-disable': 0,
46
'unicorn/import-style': 0,
47
'unicorn/prefer-module': 0,
48
+ 'unicorn/prefer-string-raw': 0,
49
'unicorn/prefer-top-level-await': 0
50
}
51
},
knip.json
@@ -2,10 +2,9 @@
2
"$schema": "https://unpkg.com/knip@5/schema.json",
3
"workspaces": {
4
"packages/harmonix": {
5
- "entry": ["src/types/index.ts", "src/runtime/**/*.ts"]
+ "entry": ["src/runtime/**/*.ts"]
6
7
"packages/cli": {
8
- "entry": ["src/index.ts", "src/runtime/harmonix.ts"],
9
"ignoreUnresolved": ["#harmonix-virtual/*"]
10
11
"playground": {
0 commit comments