Skip to content

Commit 1059aea

Browse files
committed
Skipping lint-staged on .astro files
1 parent 1e9c9db commit 1059aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"prepare": "node scripts/install.cjs && husky"
1919
},
2020
"lint-staged": {
21-
"functions/ssr/**/*.{ts,vue,astro}": "eslint -c ./functions/ssr/.staged.eslintrc.cjs --fix",
21+
"functions/ssr/**/*.{ts,vue}": "eslint -c ./functions/ssr/.staged.eslintrc.cjs --fix",
2222
"functions/!(ssr)/**/*.ts": "eslint --fix"
2323
},
2424
"main": "functions/index.js",

0 commit comments

Comments
 (0)