From 765a0f2b22d54bbf3c9b3cff4b69e99e96f1b9d7 Mon Sep 17 00:00:00 2001 From: Katalina Okano Date: Mon, 21 Dec 2020 03:57:28 -0500 Subject: [PATCH] chore: remove eslint from lint-staged, will circle back --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index eaa9a86..21da880 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,6 @@ }, "lint-staged": { "*.{ts,tsx,js,jsx}": [ - "eslint", "stylelint", "prettier --write" ],