From dd0885e8dade35f104d9db9e552ff50e6c0ca96a Mon Sep 17 00:00:00 2001 From: Adrian Perez Date: Mon, 26 Nov 2018 08:32:08 -0800 Subject: [PATCH] chore: disable eslint autocheck until we fix all issues --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 1a74f51587fa..14ca6ede0a93 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,6 @@ "*.ts": [ "prettier --write", "tslint --fix", - "eslint --fix", "git add" ] },