build: Fix file name for stylelintrc.json in grunt-watch
Follow-Up: I19e00ca6503b0212642bdb3a4735e0a52e43d670 Change-Id: I89e69042db78f68b1af74e3f123d2cbfebd17a3e
This commit is contained in:
parent
254c022d55
commit
7ebeb84d20
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ module.exports = function ( grunt ) {
|
|||
},
|
||||
watch: {
|
||||
files: [
|
||||
'.{stylelintrc,eslintrc.json}',
|
||||
'.{stylelintrc,eslintrc}.json',
|
||||
'**/*',
|
||||
'!{extensions,node_modules,skins,vendor}/**'
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue