Skip to content

Commit 14bda8e

Browse files
committed
fix: update lint-staged configuration for frontend files
1 parent 68f1816 commit 14bda8e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

frontend/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@
1818
"prepare": "cd .. && husky frontend/.husky"
1919
},
2020
"lint-staged": {
21-
"frontend/**/*.{js,jsx,vue}": [
22-
"eslint --fix --ignore-pattern .gitignore",
23-
"prettier --write"
21+
"frontend/**/*.{vue,js,jsx,cjs,mjs}": [
22+
"npm-run-all --parallel lint-fix format-fix"
2423
],
2524
"api/**/*.{js,jsx,ts,tsx,json,md}": [
2625
"prettier --write"

0 commit comments

Comments
 (0)