Skip to content

Commit

Permalink
build: 💚 exclude tsup.config.ts for ts-unused-exports
Browse files Browse the repository at this point in the history
to fix linting

Signed-off-by: Manuel Ruck <[email protected]>
  • Loading branch information
Manuel Ruck committed Nov 1, 2023
1 parent d190fa4 commit dca7ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/cron-jobs/queue-pushs-vote-top-100/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "tsup-node",
"lint": "pnpm lint:ts && pnpm lint:exports",
"lint:ts": "tsc --noEmit",
"lint:exports": "ts-unused-exports ./tsconfig.json --excludePathsFromReport=generated --excludePathsFromReport=resolvers --excludePathsFromReport=/schemas",
"lint:exports": "ts-unused-exports ./tsconfig.json --excludePathsFromReport=generated --excludePathsFromReport=resolvers --excludePathsFromReport=/schemas --excludePathsFromReport=/tsup.config.ts",
"start": "node ./build/index.js"
},
"dependencies": {
Expand Down

0 comments on commit dca7ec3

Please sign in to comment.