Skip to content

Commit

Permalink
chore: add biome to ignored knip dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiefORZ committed Dec 5, 2023
1 parent f74dc66 commit 390382f
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions knip.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"entry": ["bin/*.ts", "src/index.ts"],
"ignore": ["src/createFunctionWaitForIdleNetwork.ts"],
"ignoreDependencies": [
"@chieforz/biome-config",
"@types/conventional-changelog",
"@types/semver",
"conventional-changelog",
"conventional-changelog-conventionalcommits",
"husky",
"lint-staged",
"npm-run-all",
"semver"
],
"project": ["src/**/*.ts", "src/**/*.tsx"]
"entry": ["bin/*.ts", "src/index.ts"],
"ignore": ["src/createFunctionWaitForIdleNetwork.ts"],
"ignoreDependencies": [
"@biomejs/biome",
"@chieforz/biome-config",
"@types/conventional-changelog",
"@types/semver",
"conventional-changelog",
"conventional-changelog-conventionalcommits",
"husky",
"lint-staged",
"npm-run-all",
"semver"
],
"project": ["src/**/*.ts", "src/**/*.tsx"]
}

0 comments on commit 390382f

Please sign in to comment.