Updated lint-staged config.

This commit is contained in:
Mike Cao 2022-11-19 18:28:46 -08:00
parent 21072c712c
commit 817880b511
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
"postbuild": "node scripts/postbuild.js"
},
"lint-staged": {
"**/*.js": [
"**/*.{js,jsx,ts,tsx}": [
"prettier --write",
"eslint"
],