Skip to content

Commit d716cee

Browse files
fvictorioJanther
authored andcommitted
Add knip
1 parent af06298 commit d716cee

3 files changed

Lines changed: 501 additions & 18 deletions

File tree

knip.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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"],
9+
"ignoreExportsUsedInFile": {
10+
"interface": true,
11+
"type": true
12+
},
13+
"tags": [
14+
"-lintignore"
15+
]
16+
}

0 commit comments

Comments
 (0)