mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 18:27:56 +02:00
chore(v2): fix slow commits due to lint-staged (#3259)
* test * test * test * test
This commit is contained in:
parent
f6926039ec
commit
cf53584abd
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue