Remove alex precommit check (#7878)

This commit is contained in:
Ian Sutherland
2019-10-24 14:32:19 -07:00
committed by GitHub
parent f79f3031c8
commit e92db94313

View File

@@ -47,7 +47,6 @@
},
"lint-staged": {
"*.{js,md,css,html}": [
"alex",
"prettier --trailing-comma es5 --single-quote --write",
"git add"
],