build: Fix file name for stylelintrc.json in grunt-watch

Follow-Up: I19e00ca6503b0212642bdb3a4735e0a52e43d670
Change-Id: I89e69042db78f68b1af74e3f123d2cbfebd17a3e
This commit is contained in:
Umherirrender 2023-07-04 21:32:23 +02:00
parent 254c022d55
commit 7ebeb84d20

View file

@ -99,7 +99,7 @@ module.exports = function ( grunt ) {
},
watch: {
files: [
'.{stylelintrc,eslintrc.json}',
'.{stylelintrc,eslintrc}.json',
'**/*',
'!{extensions,node_modules,skins,vendor}/**'
],