Merge "Use json extension for .stylelintrc"

This commit is contained in:
jenkins-bot 2017-08-19 23:05:01 +00:00 committed by Gerrit Code Review
commit f1eac9b23a
2 changed files with 0 additions and 1 deletions

View file

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