File tree 2 files changed +8
-222
lines changed
2 files changed +8
-222
lines changed Original file line number Diff line number Diff line change 15
15
"test:watch" : " vitest" ,
16
16
"test:coverage" : " vitest run --coverage" ,
17
17
"test:ui" : " vitest --ui" ,
18
- "lint" : " run-p lint:format lint:js lint:css" ,
18
+ "lint" : " concurrently \" yarn lint:format\" \" yarn lint:js\" \" yarn lint:css\" " ,
19
19
"lint:format" : " prettier --check ./src" ,
20
20
"lint:js" : " eslint" ,
21
21
"lint:css" : " stylelint src/**/*.css" ,
22
- "fix" : " run-s fix:format fix:js fix:css" ,
22
+ "fix" : " yarn fix:format && yarn fix:js && yarn fix:css" ,
23
23
"fix:format" : " prettier --write ./src" ,
24
24
"fix:js" : " eslint --fix" ,
25
25
"fix:css" : " stylelint src/**/*.css --fix" ,
162
162
"husky" : " 8.0.3" ,
163
163
"jsdom" : " 23.0.1" ,
164
164
"lint-staged" : " 15.2.0" ,
165
- "npm-run-all" : " 4.1.5" ,
166
165
"prettier" : " 3.0.3" ,
167
166
"react-error-boundary" : " 4.0.11" ,
168
167
"rollup-plugin-polyfill-node" : " 0.12.0" ,
You can’t perform that action at this time.
0 commit comments