From 3e8c0d78133407079c13aa1f96f4537bf73ce262 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Tue, 28 Nov 2023 20:06:41 +0100 Subject: [PATCH] build: Run stylelint for less file Since 7db0e05a a less file exists Change-Id: Ia0248b1243842c6220e998bef17e2aeaf5f34e92 --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 27ffc11c1..d8885a1a8 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -18,7 +18,7 @@ module.exports = function ( grunt ) { }, stylelint: { all: [ - '**/*.css', + '**/*.{css,less}', '!node_modules/**', '!vendor/**' ]