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:
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue