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