Use json extension for .stylelintrc

Bug: T173516
Change-Id: I1d451a3840a8d06438fa7f889814e53c9544025e
This commit is contained in:
Umherirrender 2017-08-19 00:09:06 +02:00
parent 2bb6b36db1
commit e2c2eb27e3
2 changed files with 0 additions and 1 deletions

View file

@ -18,7 +18,6 @@ module.exports = function ( grunt ) {
all: [
'*.json',
'**/*.json',
'.stylelintrc',
'!node_modules/**',
'!vendor/**'
]