mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ReplaceText
synced 2024-11-11 16:49:09 +00:00
build: Remove syntax option from stylelint
Error: The "syntax" option is no longer available. You should install an appropriate syntax, e.g. postcss-scss, and use the "customSyntax" option Change-Id: I43a39d8238143e02e9ba3ba2ee3652a63d3d6921
This commit is contained in:
parent
cb724c0557
commit
d29dfaf188
|
@ -14,9 +14,6 @@ module.exports = function ( grunt ) {
|
|||
all: '.'
|
||||
},
|
||||
stylelint: {
|
||||
options: {
|
||||
syntax: 'less'
|
||||
},
|
||||
all: [
|
||||
'**/*.{css,less}',
|
||||
'!vendor/**'
|
||||
|
|
Loading…
Reference in a new issue