build: Remove customSyntax option from stylelint in Gruntfile.js
Already part of the stylelint-config-wikimedia Change-Id: I5b98000b86ae961eaaff6bd8a5e7c2dca9032161
This commit is contained in:
committed by
jenkins-bot
parent
01dad26916
commit
7f8afc6d17
@@ -18,9 +18,6 @@ module.exports = function ( grunt ) {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
stylelint: {
|
stylelint: {
|
||||||
options: {
|
|
||||||
customSyntax: 'postcss-less'
|
|
||||||
},
|
|
||||||
src: [
|
src: [
|
||||||
'**/*.css',
|
'**/*.css',
|
||||||
'**/*.less',
|
'**/*.less',
|
||||||
|
|||||||
Reference in New Issue
Block a user