From 4fe121f77c4c4aa232f9f8ea43c1b4b5c7049342 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 21 Jun 2017 13:38:15 +0200 Subject: [PATCH] fix lint-staged eslint running on everything --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 017df51..afca354 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "report-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov" }, "lint-staged": { - "*.js": ["npm run lint"] + "*.js": ["eslint"] }, "devDependencies": { "ava": "^0.19.1",