Skip to content

Commit

Permalink
Format missed files (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey authored Nov 1, 2023
1 parent c2b741d commit b7ea7f3
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions .knip.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,18 @@
"workspaces": {
".": {
"ignoreBinaries": ["only-allow"],
"ignoreDependencies": [
"tslint",
"tslint-microsoft-contrib"
]
"ignoreDependencies": ["tslint", "tslint-microsoft-contrib"]
},
"packages/definitions-parser": {
"entry": "src/index.ts",
"project": "**/*.ts"
},
"packages/dts-critic": {
"entry": [
"develop.ts",
"dt.ts",
"index.ts"
],
"entry": ["develop.ts", "dt.ts", "index.ts"],
"project": "**/*.ts"
},
"packages/dtslint": {
"entry": [
"src/index.ts",
"src/updateConfig.ts",
"src/rules/*.ts"
],
"entry": ["src/index.ts", "src/updateConfig.ts", "src/rules/*.ts"],
"project": "**/*.ts",
"ignoreDependencies": [
"@typescript-eslint/eslint-plugin",
Expand Down Expand Up @@ -73,10 +62,7 @@
"project": "**/*.ts"
},
"packages/utils": {
"entry": [
"src/index.ts",
"src/types/*.ts"
],
"entry": ["src/index.ts", "src/types/*.ts"],
"project": "**/*.ts"
}
},
Expand Down

0 comments on commit b7ea7f3

Please sign in to comment.