File tree 4 files changed +21
-5
lines changed
4 files changed +21
-5
lines changed Original file line number Diff line number Diff line change
1
+ root = true
2
+
3
+ [* ]
4
+ charset = utf-8
5
+ end_of_line = lf
6
+ indent_size = 4
7
+ indent_style = space
8
+ insert_final_newline = true
9
+ trim_trailing_whitespace = true
Original file line number Diff line number Diff line change 33
33
- name : 📥 Install dependencies
34
34
run : npm install
35
35
36
- - name : ▶️ Run format:check script
37
- run : npm run format:check
38
-
39
36
- name : ▶️ Run lint script
40
37
run : npm run lint
41
38
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://unpkg.com/knip@5/schema.json" ,
3
+ "ignore" : [" ./docs/.vitepress/**/*" ]
4
+ }
Original file line number Diff line number Diff line change 38
38
"format" : " npm run -s format:prettier -- --write" ,
39
39
"format:prettier" : " prettier ." ,
40
40
"format:check" : " npm run -s format:prettier -- --check" ,
41
- "lint" : " eslint ." ,
41
+ "lint:eslint" : " eslint ." ,
42
+ "lint:format" : " npm run -s format:check" ,
43
+ "lint:installed-check" : " installed-check -v -i installed-check -i npm-run-all2 -i knip" ,
44
+ "lint:knip" : " knip" ,
45
+ "lint" : " run-p lint:*" ,
42
46
"test" : " c8 mocha --reporter dot \" test/*.mjs\" " ,
43
47
"preversion" : " npm test && npm run -s build" ,
44
48
"postversion" : " git push && git push --tags" ,
53
57
"c8" : " ^8.0.1" ,
54
58
"dot-prop" : " ^7.2.0" ,
55
59
"eslint" : " ^8.50.0" ,
60
+ "installed-check" : " ^8.0.1" ,
61
+ "knip" : " ^5.0.3" ,
56
62
"mocha" : " ^9.2.2" ,
57
- "npm-run-all " : " ^4 .1.5 " ,
63
+ "npm-run-all2 " : " ^6 .1.2 " ,
58
64
"opener" : " ^1.5.2" ,
59
65
"prettier" : " 2.8.8" ,
60
66
"rimraf" : " ^3.0.2" ,
You can’t perform that action at this time.
0 commit comments