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 } } ],