build: Remove customSyntax option from stylelint in Gruntfile.js

Already part of the stylelint-config-wikimedia

Change-Id: I5b98000b86ae961eaaff6bd8a5e7c2dca9032161
This commit is contained in:
Umherirrender
2022-10-27 00:14:02 +02:00
committed by jenkins-bot
parent 01dad26916
commit 7f8afc6d17

View File

@@ -18,9 +18,6 @@ module.exports = function ( grunt ) {
]
},
stylelint: {
options: {
customSyntax: 'postcss-less'
},
src: [
'**/*.css',
'**/*.less',