fix: pre-commit hook on js (#212)

pull/205/head^2
Adam Pash 5 years ago committed by GitHub
parent e4b057f9ea
commit e2dbd08ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -116,7 +116,7 @@
}
},
"lint-staged": {
"*.{js}": [
"*.js": [
"eslint --fix",
"prettier --write",
"git add"

Loading…
Cancel
Save