mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
chore(v2): fix slow commits due to lint-staged (#3259)
* test * test * test * test
This commit is contained in:
parent
f6926039ec
commit
cf53584abd
|
|
@ -110,11 +110,11 @@
|
|||
},
|
||||
"lint-staged": {
|
||||
"*.{js,jsx,ts,tsx}": [
|
||||
"yarn eslint --fix",
|
||||
"yarn prettier"
|
||||
"eslint --fix",
|
||||
"prettier --write"
|
||||
],
|
||||
"*.md": [
|
||||
"yarn prettier-docs"
|
||||
"*.{md,mdx}": [
|
||||
"prettier --write"
|
||||
]
|
||||
},
|
||||
"husky": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue