We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18adf2 commit 241bdfeCopy full SHA for 241bdfe
knip.json
@@ -0,0 +1,13 @@
1
+{
2
+ "ignore": [
3
+ ".husky/*",
4
+ "tests/*",
5
+ "tsup.config.ts"
6
+ ],
7
+ "ignoreBinaries": [
8
+ "lint-staged"
9
10
+ "ignoreDependencies": [
11
+ "gulp"
12
+ ]
13
+}
package.json
@@ -51,7 +51,8 @@
51
"scripts": {
52
"build": "tsup",
53
"dev": "npm run build -- --watch",
54
- "lint:js": "eslint ./src/**/*.ts --ignore-path .gitignore",
+ "lint:deps": "knip --production",
55
+ "lint:ts": "eslint ./src/**/*.ts --ignore-path .gitignore",
56
"lint": "npm-run-all --parallel lint:*",
57
"prepack": "npm run build",
58
"prepare": "husky install",
0 commit comments