From 47985b41911cd5fb0ff3061250cf4f429d883c49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iiro=20J=C3=A4ppinen?= Date: Tue, 21 Jan 2020 21:35:57 +0200 Subject: [PATCH] style: correctly pass args to npm script --- .lintstagedrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lintstagedrc.json b/.lintstagedrc.json index 0786ddafe..37184e8d6 100644 --- a/.lintstagedrc.json +++ b/.lintstagedrc.json @@ -1,4 +1,4 @@ { "*.{js,json,md}": "prettier --write", - "*.js": "npm run lint:base --fix" + "*.js": "npm run lint:base -- --fix" }