Update package.json

This commit is contained in:
ddaza 2020-09-04 14:18:52 -05:00 committed by GitHub
parent c7f7c1fda8
commit 3bcd6849b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,7 +151,7 @@
"lint-staged": {
"src/**/**/*.{ts,tsx}": [
"eslint --fix",
"yarn prettier --write",
"prettier --write",
"git add"
]
},