We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
knip
1 parent 6fcab58 commit 89a1ea6Copy full SHA for 89a1ea6
1 file changed
knip.json
@@ -1,14 +1,12 @@
1
{
2
"$schema": "https://unpkg.com/knip@5/schema.json",
3
- "ignore": ["src/nodes/*.js"],
4
"ignoreFiles": [
5
"tests/format/RespectDefaultOptions/respect-default-options.js",
6
"tests/integration/node.test.js"
7
],
8
- "ignoreDependencies": ["ts-node", "eslint-config-prettier"],
+ "ignoreDependencies": ["eslint-config-prettier"],
9
"ignoreExportsUsedInFile": {
10
"interface": true,
11
"type": true
12
- },
13
- "tags": ["-lintignore"]
+ }
14
}
0 commit comments