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 7070 "ci:test" : " pnpm run turbo:test" ,
7171 "format:write" : " prettier --write **/*.ts" ,
7272 "format:check" : " prettier --check **/*.ts" ,
73- "lint" : " npx eslint . -c ./.github/linters/.eslintrc.yml " ,
73+ "lint" : " npx eslint . -c ./.github/linters/.eslintrc.yaml " ,
7474 "package" : " ncc build src/index.ts --v8-cache --minify --source-map --license licenses.txt --target es2024" ,
7575 "package:watch" : " pnpm run package -- --watch" ,
7676 "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"
7878 },
7979 "license" : " MIT" ,
8080 "jestSonar" : {},
You can’t perform that action at this time.
0 commit comments