From 8f1739cc6ab22b9f49a8b89ce8e75bbfce79df23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Mon, 8 Apr 2024 21:09:35 +0200 Subject: [PATCH] Use Stylelint instead of SCSS Lint in Code Climate We forgot to do so in commit e210682ac. --- .codeclimate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index bbc3f989e..b722dd80a 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -14,7 +14,7 @@ engines: enabled: true coffeelint: enabled: true - scss-lint: + stylelint: enabled: true fixme: enabled: true