mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-18 10:46:22 +00:00
Don't skip linting of webpack.conf.js
Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
parent
fd0cfab1c4
commit
aa3d02b3a9
@ -5,7 +5,7 @@
|
||||
"*.ts": [
|
||||
"balena-lint --typescript --fix",
|
||||
],
|
||||
"*!(*webpack.config).js": [
|
||||
"*.js": [
|
||||
"balena-lint --typescript --fix",
|
||||
],
|
||||
"test/**/*.coffee": [
|
||||
|
Loading…
Reference in New Issue
Block a user