Update lint-staged configuration

This commit is contained in:
Kevin Kandlbinder 2022-02-13 18:35:29 +00:00 committed by GitHub
parent 3ba289e1b1
commit 81a7f04b26

View file

@ -86,6 +86,6 @@
}, },
"lint-staged": { "lint-staged": {
"*.js": "eslint --cache --fix", "*.js": "eslint --cache --fix",
"*.{js,css,md,scss,json}": "prettier --write" "*.{js,css,md,scss,json,tsx,ts}": "prettier --write"
} }
} }