File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 70
70
"ci:test" : " pnpm run turbo:test" ,
71
71
"format:write" : " prettier --write **/*.ts" ,
72
72
"format:check" : " prettier --check **/*.ts" ,
73
- "lint" : " npx eslint . -c ./.github/linters/.eslintrc.yml " ,
73
+ "lint" : " npx eslint . -c ./.github/linters/.eslintrc.yaml " ,
74
74
"package" : " ncc build src/index.ts --v8-cache --minify --source-map --license licenses.txt --target es2024" ,
75
75
"package:watch" : " pnpm run package -- --watch" ,
76
76
"test" : " jest --detectOpenHandles && make-coverage-badge --output-path ./.github/badges/coverage.svg" ,
77
- "all" : " pnpm run format:write && pnpm run lint && pnpm run build && pnpm run test"
77
+ "all" : " pnpm run format:write && pnpm run build && pnpm run test"
78
78
},
79
79
"license" : " MIT" ,
80
80
"jestSonar" : {},
You can’t perform that action at this time.
0 commit comments