File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3737 "build" : " tsdown" ,
3838 "build:watch" : " tsdown --watch" ,
3939 "prepack" : " npm run build" ,
40- "lint" : " eslint src/ && prettier --ignore-path ../../.prettierignore --check ." ,
41- "lint:fix" : " eslint src/ --fix && prettier --ignore-path ../../.prettierignore --write ." ,
40+ "lint" : " eslint src/ && prettier --ignore-path ../../../. prettierignore --check ." ,
41+ "lint:fix" : " eslint src/ --fix && prettier --ignore-path ../../../. prettierignore --write ." ,
4242 "check" : " npm run typecheck && npm run lint" ,
4343 "test" : " vitest run" ,
4444 "test:watch" : " vitest"
Original file line number Diff line number Diff line change 3737 "build" : " tsdown" ,
3838 "build:watch" : " tsdown --watch" ,
3939 "prepack" : " npm run build" ,
40- "lint" : " eslint src/ && prettier --ignore-path ../../.prettierignore --check ." ,
41- "lint:fix" : " eslint src/ --fix && prettier --ignore-path ../../.prettierignore --write ." ,
40+ "lint" : " eslint src/ && prettier --ignore-path ../../../. prettierignore --check ." ,
41+ "lint:fix" : " eslint src/ --fix && prettier --ignore-path ../../../. prettierignore --write ." ,
4242 "check" : " npm run typecheck && npm run lint" ,
4343 "test" : " vitest run" ,
4444 "test:watch" : " vitest"
Original file line number Diff line number Diff line change 3636 "build" : " tsdown" ,
3737 "build:watch" : " tsdown --watch" ,
3838 "prepack" : " npm run build" ,
39- "lint" : " eslint src/ && prettier --ignore-path ../../.prettierignore --check ." ,
40- "lint:fix" : " eslint src/ --fix && prettier --ignore-path ../../.prettierignore --write ." ,
39+ "lint" : " eslint src/ && prettier --ignore-path ../../../. prettierignore --check ." ,
40+ "lint:fix" : " eslint src/ --fix && prettier --ignore-path ../../../. prettierignore --write ." ,
4141 "check" : " npm run typecheck && npm run lint" ,
4242 "test" : " vitest run" ,
4343 "test:watch" : " vitest" ,
You can’t perform that action at this time.
0 commit comments