diff --git a/scsslint.yml b/scsslint.yml index 77f808be..e8543b80 100644 --- a/scsslint.yml +++ b/scsslint.yml @@ -1,3 +1,8 @@ +exclude: + - 'app/styles/components/markitup.scss' + - 'app/styles/bourbon/**' + - 'app/styles/vendor/**' + linters: BorderZero: enabled: true @@ -77,6 +82,15 @@ linters: enabled: true extra_properties: [] + QualifyingElement: + enabled: true + allow_element_with_attribute: true + exclude: + - 'app/styles/components/buttons.scss' + - 'app/styles/layout/forms.scss' + - 'app/styles/components/help-notion-button.scss' + - 'app/styles/components/markdown-help.scss' + SelectorDepth: enabled: true max_depth: 4