From 0665ae5daa143898f7f7d2b169c5b78ccd9d8ca2 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Mon, 30 Dec 2019 16:16:28 -0800 Subject: [PATCH] chore(lint-staged): remove superfluous path [ci skip] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 27797775..c6471c70 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ }, "lint-staged": { "*.{js,svelte}": [ - "eslint --fix 'src/**'", + "eslint --fix", "git add" ] },