Skip to content

Commit

Permalink
Change SCSS linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaburgan committed Aug 29, 2021
1 parent 123b25f commit ba1727e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .scss-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ linters:
enabled: true

IdSelector:
enabled: true
enabled: false

ImportantRule:
enabled: true
Expand Down Expand Up @@ -105,15 +105,15 @@ linters:
ignore_parent_selectors: false

PlaceholderInExtend:
enabled: true
enabled: false

PropertyCount:
enabled: false
include_nested: false
max_properties: 10

PropertySortOrder:
enabled: true
enabled: false
ignore_unspecified: false
min_properties: 2
separate_groups: false
Expand Down Expand Up @@ -143,7 +143,7 @@ linters:

SelectorDepth:
enabled: true
max_depth: 3
max_depth: 4

SelectorFormat:
enabled: true
Expand Down Expand Up @@ -188,7 +188,7 @@ linters:

StringQuotes:
enabled: true
style: single_quotes # or double_quotes
style: double_quotes

TrailingSemicolon:
enabled: true
Expand Down

0 comments on commit ba1727e

Please sign in to comment.