File tree 3 files changed +161
-17
lines changed
3 files changed +161
-17
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://unpkg.com/knip@5/schema.json" ,
3
+ "ignore" : [
4
+ " apps/**/generated/**" ,
5
+ " packages/**/generated/**"
6
+ ]
7
+ }
Original file line number Diff line number Diff line change 17
17
"lint:packages:fix" : " sherif --fix" ,
18
18
"prepare" : " husky" ,
19
19
"start" : " turbo run start" ,
20
- "test" : " turbo run test"
20
+ "test" : " turbo run test" ,
21
+ "knip" : " knip"
21
22
},
22
23
"devDependencies" : {
23
24
"@changesets/cli" : " ^2.26.2" ,
42
43
"eslint" : " 8.57.0" ,
43
44
"eslint-config-saleor" : " workspace:*" ,
44
45
"husky" : " 9.1.4" ,
46
+ "knip" : " 5.27.2" ,
45
47
"lint-staged" : " ^13.2.3" ,
46
48
"next" : " 14.2.3" ,
47
49
"prettier" : " 3.0.3" ,
48
50
"sherif" : " 0.10.0" ,
49
- "turbo" : " 1.12.4"
51
+ "turbo" : " 1.12.4" ,
52
+ "typescript" : " 5.5.4"
50
53
},
51
54
"engines" : {
52
55
"node" : " >=18.17.0 <=20" ,
You can’t perform that action at this time.
0 commit comments