From 6853918e4cae68ef16cdc6b34bc89891f6ad9e67 Mon Sep 17 00:00:00 2001 From: Ian Sutherland Date: Thu, 24 Oct 2019 14:29:54 -0700 Subject: [PATCH] Remove alex precommit check --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index f53759f372c..cc6fe4bb61d 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,6 @@ }, "lint-staged": { "*.{js,md,css,html}": [ - "alex", "prettier --trailing-comma es5 --single-quote --write", "git add" ],