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