We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c5bce commit 071751eCopy full SHA for 071751e
3 files changed
.github/linters/.eslintrc.yml .github/linters/.eslintrc.yaml.github/linters/.eslintrc.yml renamed to .github/linters/.eslintrc.yaml
dist/index.js.cache
0 Bytes
package.json
@@ -70,11 +70,11 @@
70
"ci:test": "pnpm run turbo:test",
71
"format:write": "prettier --write **/*.ts",
72
"format:check": "prettier --check **/*.ts",
73
- "lint": "npx eslint . -c ./.github/linters/.eslintrc.yml",
+ "lint": "npx eslint . -c ./.github/linters/.eslintrc.yaml",
74
"package": "ncc build src/index.ts --v8-cache --minify --source-map --license licenses.txt --target es2024",
75
"package:watch": "pnpm run package -- --watch",
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"
+ "all": "pnpm run format:write && pnpm run build && pnpm run test"
78
},
79
"license": "MIT",
80
"jestSonar": {},
0 commit comments