From 8f7eeaa00efcdd290817512c75257ae65d06ac56 Mon Sep 17 00:00:00 2001 From: Adam DeHaven Date: Fri, 12 Jan 2024 10:45:50 -0500 Subject: [PATCH] fix: lint --- .stylelintrc.cjs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.stylelintrc.cjs b/.stylelintrc.cjs index b7ca342e8..b4d0cd622 100644 --- a/.stylelintrc.cjs +++ b/.stylelintrc.cjs @@ -24,8 +24,7 @@ module.exports = { 'custom-property-no-missing-var-function': true, // Disable the following rules 'no-descending-specificity': null, - 'scss/at-import-no-partial-leading-underscore': null, - 'no-extra-semicolons': null + 'scss/at-import-no-partial-leading-underscore': null } } ],