Skip to content

Commit

Permalink
fix: fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
EiffelFly committed Jan 23, 2025
1 parent db7797d commit 3d2d242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": [
"eslint --cache --fix --config ./toolings/eslint/index.js",
"eslint --cache --fix",
"prettier --write"
]
}
Expand Down

0 comments on commit 3d2d242

Please sign in to comment.