mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-22 04:21:40 +08:00
fix: lint-staged for .mjs (#1652)
This commit is contained in:
+1
-1
@@ -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:*",
|
||||||
|
|||||||
Reference in New Issue
Block a user