mirror of
https://github.com/kremalicious/astro-redirect-from.git
synced 2024-11-22 01:47:01 +01:00
tweak lint path
This commit is contained in:
parent
c6e24a6120
commit
d36c32ce18
@ -13,9 +13,9 @@
|
|||||||
"start": "rm -rf ./dist && tsc --watch",
|
"start": "rm -rf ./dist && tsc --watch",
|
||||||
"test": "npm run validate && npm run test:unit",
|
"test": "npm run validate && npm run test:unit",
|
||||||
"test:unit": "vitest run --coverage --config ./test/vitest.config.ts",
|
"test:unit": "vitest run --coverage --config ./test/vitest.config.ts",
|
||||||
"lint": "eslint --ignore-path .gitignore ./{src,test}/",
|
"lint": "eslint --ignore-path .gitignore ./{src,test}/**/*.ts",
|
||||||
"typecheck": "tsc --noEmit --pretty",
|
"typecheck": "tsc --noEmit --pretty",
|
||||||
"format": "prettier --write 'src/**/*.{ts,js,json,md}'",
|
"format": "prettier --write './src/**/*.{ts,js,json,md}'",
|
||||||
"changelog": "auto-changelog -p",
|
"changelog": "auto-changelog -p",
|
||||||
"release": "release-it --non-interactive",
|
"release": "release-it --non-interactive",
|
||||||
"prepublishOnly": "npm run build",
|
"prepublishOnly": "npm run build",
|
||||||
|
Loading…
Reference in New Issue
Block a user