Use json extension for .stylelintrc

Bug: T173516
Change-Id: If6b194d51a8c61e71178f745598bd5eb13605be7
This commit is contained in:
Umherirrender 2017-08-19 00:17:49 +02:00
parent 25984762ce
commit 2fafe4dfc2
2 changed files with 0 additions and 1 deletions

View File

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