Skip to content

Commit 9a228e9

Browse files
committed
build
1 parent 629f3ff commit 9a228e9

File tree

6 files changed

+3
-67
lines changed

6 files changed

+3
-67
lines changed

bookmarknav/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ pnpm-debug.log*
88
lerna-debug.log*
99

1010
node_modules
11+
dist
1112
dist-ssr
1213
*.local
1314

bookmarknav/dist/assets/index-B533lARQ.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

bookmarknav/dist/assets/index-SZDPh_rJ.js

Lines changed: 0 additions & 49 deletions
This file was deleted.

bookmarknav/dist/index.html

Lines changed: 0 additions & 14 deletions
This file was deleted.

bookmarknav/dist/vite.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

bookmarknav/tsconfig.app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
/* Linting */
1919
"strict": false,
20-
"noUnusedLocals": true,
21-
"noUnusedParameters": true,
20+
"noUnusedLocals": false,
21+
"noUnusedParameters": false,
2222
"noFallthroughCasesInSwitch": true,
2323
"noUncheckedSideEffectImports": true,
2424

0 commit comments

Comments
 (0)