Excluded plugins from lint and necessary qualiying elements
parent
f8b4b0130e
commit
fad7819d61
14
scsslint.yml
14
scsslint.yml
|
@ -1,3 +1,8 @@
|
||||||
|
exclude:
|
||||||
|
- 'app/styles/components/markitup.scss'
|
||||||
|
- 'app/styles/bourbon/**'
|
||||||
|
- 'app/styles/vendor/**'
|
||||||
|
|
||||||
linters:
|
linters:
|
||||||
BorderZero:
|
BorderZero:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -77,6 +82,15 @@ linters:
|
||||||
enabled: true
|
enabled: true
|
||||||
extra_properties: []
|
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:
|
SelectorDepth:
|
||||||
enabled: true
|
enabled: true
|
||||||
max_depth: 4
|
max_depth: 4
|
||||||
|
|
Loading…
Reference in New Issue