From aa3d02b3a9c606ecd1fb79f9539edeaccfb51970 Mon Sep 17 00:00:00 2001 From: Cameron Diver Date: Thu, 9 Apr 2020 14:57:22 +0100 Subject: [PATCH] Don't skip linting of webpack.conf.js Signed-off-by: Cameron Diver --- .lintstagedrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lintstagedrc b/.lintstagedrc index fb95c24e..2ff26bf3 100644 --- a/.lintstagedrc +++ b/.lintstagedrc @@ -5,7 +5,7 @@ "*.ts": [ "balena-lint --typescript --fix", ], - "*!(*webpack.config).js": [ + "*.js": [ "balena-lint --typescript --fix", ], "test/**/*.coffee": [