Updated lint-staged config.
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
"postbuild": "node scripts/postbuild.js"
|
"postbuild": "node scripts/postbuild.js"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"**/*.js": [
|
"**/*.{js,jsx,ts,tsx}": [
|
||||||
"prettier --write",
|
"prettier --write",
|
||||||
"eslint"
|
"eslint"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user