Don't skip linting of webpack.conf.js

Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
Cameron Diver 2020-04-09 14:57:22 +01:00
parent fd0cfab1c4
commit aa3d02b3a9

View File

@ -5,7 +5,7 @@
"*.ts": [
"balena-lint --typescript --fix",
],
"*!(*webpack.config).js": [
"*.js": [
"balena-lint --typescript --fix",
],
"test/**/*.coffee": [