chore(v2): fix slow commits due to lint-staged (#3259)

* test

* test

* test

* test
This commit is contained in:
Sébastien Lorber 2020-08-11 16:51:32 +02:00 committed by GitHub
parent f6926039ec
commit cf53584abd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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": {