mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-13 17:57:06 +00:00
Use json extension for .stylelintrc
Bug: T173516 Change-Id: If6b194d51a8c61e71178f745598bd5eb13605be7
This commit is contained in:
parent
25984762ce
commit
2fafe4dfc2
|
@ -19,7 +19,6 @@ module.exports = function ( grunt ) {
|
||||||
all: [
|
all: [
|
||||||
'*.json',
|
'*.json',
|
||||||
'**/*.json',
|
'**/*.json',
|
||||||
'.stylelintrc',
|
|
||||||
'!node_modules/**',
|
'!node_modules/**',
|
||||||
'!vendor/**'
|
'!vendor/**'
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue