From e2b5d9975e19ec59391c48583f59343980044717 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Thu, 17 Sep 2020 17:08:37 -0700 Subject: [PATCH] fix lintstagedrc maybe Signed-off-by: Christopher Hiller --- .lintstagedrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lintstagedrc.json b/.lintstagedrc.json index b5c13bbd10..06e3946fb6 100644 --- a/.lintstagedrc.json +++ b/.lintstagedrc.json @@ -1,5 +1,5 @@ { - "@(**/*.js|bin/*)": ["eslint --fix"], + "@(**/*.js|bin/*|*.js)": ["eslint --fix"], "!(package*).json": ["prettier --write"], "*.{yml,md,html}": ["prettier --write"] }