fixed precommit

This commit is contained in:
Sean Macfarlane
2020-12-03 13:55:29 -05:00
parent e02bd79c26
commit 612e9eb449

View File

@@ -94,7 +94,7 @@
}
},
"lint-staged": {
"*.{js,jsx,scss}": [
"*.{js,jsx}": [
"eslint --fix 'app/**/*.js' --max-warnings=0",
"prettier --write"
]