mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-27 03:14:11 +03:00
fix: lint-staged for .mjs
(#1652)
This commit is contained in:
parent
e2395af827
commit
80b04fe97f
@ -31,7 +31,7 @@
|
||||
},
|
||||
"lint-staged": {
|
||||
"*": "prettier --write --ignore-unknown",
|
||||
"*.{ts,tsx,js,jsx}": "eslint --cache --fix"
|
||||
"*.{ts,tsx,mjs,js,jsx}": "eslint --cache --fix"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@affine/cli": "workspace:*",
|
||||
|
Loading…
Reference in New Issue
Block a user