mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 19:41:02 +08:00
build: update lint-staged to only format certain file types
resolved #79
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"!(*.{png,jpg,jpeg,webp})": [
|
"*.{js,jsx,ts,tsx,md,mdx,json}": [
|
||||||
"prettier --plugin-search-dir=. --write"
|
"prettier --plugin-search-dir=. --write"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user