Use json extension for .stylelintrc

Bug: T173516
Change-Id: If1db630be39bdddc5f7921a49bbb7d2b16a8900b
This commit is contained in:
Umherirrender 2017-08-18 23:59:21 +02:00
parent c4cb082a9a
commit 501b11b478
2 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ module.exports = function ( grunt ) {
all: [
'*.json',
'**/*.json',
'.stylelintrc',
'!node_modules/**'
'!node_modules/**',
'!vendor/**'
]
}
} );