From c8116791282d2a6a01b627231e98b43f3edc3ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zoe=CC=88=20Bijl?= Date: Wed, 15 Oct 2025 21:02:39 +0200 Subject: [PATCH] [chore] remove unused override --- stylelint.config.js | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/stylelint.config.js b/stylelint.config.js index c592c1cb4..78eb6a49b 100644 --- a/stylelint.config.js +++ b/stylelint.config.js @@ -36,18 +36,4 @@ module.exports = { "scss/dollar-variable-empty-line-before": null, "scss/no-global-function-names": null, }, - overrides: [ - { - "files": ["app/javascript/styles/mailer.scss"], - rules: { - "property-no-unknown": [ - true, - { - ignoreProperties: [ - "/^mso-/", - ] }, - ], - }, - }, - ], };