Skip to content

Commit 08675e6

Browse files
Rename to tsconfig.deadcode.json
1 parent abee109 commit 08675e6

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1732,7 +1732,7 @@
17321732
"format": "prettier --write **/*.{ts,tsx} && eslint . --ext .ts,.tsx --fix",
17331733
"lint": "eslint . --ext .js,.ts,.tsx --max-warnings=0",
17341734
"lint:markdown": "markdownlint-cli2 \"../../**/*.{md,mdx}\" \"!**/node_modules/**\" \"!**/.vscode-test/**\" \"!**/build/cli/v*/**\"",
1735-
"find-deadcode": "ts-unused-exports find-deadcode-tsconfig.json --showLineNumber --excludePathsFromReport=$(find src test -type f '(' -name jest.config.ts -or -name 'index.tsx' -or -name 'index.ts' ')' -print0 | tr '\\0' ';')'gulpfile.ts/;src/stories/;test/vscode-tests/jest-runner-installed-extensions.ts'",
1735+
"find-deadcode": "ts-unused-exports tsconfig.deadcode.json --showLineNumber --excludePathsFromReport=$(find src test -type f '(' -name jest.config.ts -or -name 'index.tsx' -or -name 'index.ts' ')' -print0 | tr '\\0' ';')'gulpfile.ts/;src/stories/;test/vscode-tests/jest-runner-installed-extensions.ts'",
17361736
"format-staged": "lint-staged",
17371737
"storybook": "storybook dev -p 6006",
17381738
"build-storybook": "storybook build",
File renamed without changes.

0 commit comments

Comments
 (0)