From 9b3814545dc72e19b287c686528ca14919be7a49 Mon Sep 17 00:00:00 2001 From: rijkvanzanten Date: Thu, 29 Apr 2021 16:18:40 -0400 Subject: [PATCH] Speed up on-commit eslint fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a4f242cd6e..64542c8e87 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "pre-commit": "npx lint-staged" }, "lint-staged": { - "*.{js,ts,vue,md}": "eslint . --fix", + "*.{js,ts,vue,md}": "eslint --fix", "*.{css,scss,vue}": "stylelint --fix" } }