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": { "lint-staged": {
"*.{js,jsx,ts,tsx}": [ "*.{js,jsx,ts,tsx}": [
"yarn eslint --fix", "eslint --fix",
"yarn prettier" "prettier --write"
], ],
"*.md": [ "*.{md,mdx}": [
"yarn prettier-docs" "prettier --write"
] ]
}, },
"husky": { "husky": {