Use json extension for .stylelintrc
Bug: T173516 Change-Id: I1d451a3840a8d06438fa7f889814e53c9544025e
This commit is contained in:
parent
2bb6b36db1
commit
e2c2eb27e3
2 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ module.exports = function ( grunt ) {
|
||||||
all: [
|
all: [
|
||||||
'*.json',
|
'*.json',
|
||||||
'**/*.json',
|
'**/*.json',
|
||||||
'.stylelintrc',
|
|
||||||
'!node_modules/**',
|
'!node_modules/**',
|
||||||
'!vendor/**'
|
'!vendor/**'
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue