Skip to content

Commit

Permalink
nit: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dalechyn committed Oct 20, 2024
1 parent 32b6843 commit 909d884
Showing 1 changed file with 7 additions and 30 deletions.
37 changes: 7 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,47 +49,24 @@
"pre-commit": "pnpm lint"
},
"knip": {
"ignore": [
".github/**"
],
"ignoreDependencies": [
"bun",
"@size-limit/preset-big-lib"
],
"ignoreWorkspaces": [
"examples/**",
"test"
],
"ignore": [".github/**"],
"ignoreDependencies": ["bun", "@size-limit/preset-big-lib"],
"ignoreWorkspaces": ["examples/**", "test"],
"workspaces": {
".": {
"project": "scripts/*.ts"
},
"src": {
"entry": [
"index.ts!",
"{}/index.ts!"
]
"entry": ["index.ts!", "{}/index.ts!"]
},
"accounts": {
"entry": [
"index.ts!",
"{accounts}/index.ts!",
"{}/index.ts!"
]
"entry": ["index.ts!", "{accounts}/index.ts!", "{}/index.ts!"]
},
"actions": {
"entry": [
"index.ts!",
"{accounts}/index.ts!",
"{}/index.ts!"
]
"entry": ["index.ts!", "{accounts}/index.ts!", "{}/index.ts!"]
},
"clients": {
"entry": [
"index.ts!",
"{clients}/index.ts!",
"{}/index.ts!"
]
"entry": ["index.ts!", "{clients}/index.ts!", "{}/index.ts!"]
}
}
},
Expand Down

0 comments on commit 909d884

Please sign in to comment.