Skip to content

Commit 071751e

Browse files
committed
chore: rebuild/fix lint err
Signed-off-by: Sam Gammon <sam@elide.dev>
1 parent d2c5bce commit 071751e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

dist/index.js.cache

0 Bytes
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@
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": {},

0 commit comments

Comments
 (0)