Skip to content
Snippets Groups Projects
Commit 6300713e authored by André Lahmann's avatar André Lahmann Committed by Robert Lange
Browse files

refs #22610 [finc] adapt lint-scss.yml to finc

parent 4a1abaa5
Branches
Tags instance/local/alpha/21603_after
No related merge requests found
# Default application configuration that all configurations inherit from. # Default configuration for finc VuFind projects.
scss_files: "**/*.scss" scss_files: "**/*.scss"
plugin_directories: ['.scss-linters'] plugin_directories: ['.scss-linters']
...@@ -79,7 +79,7 @@ linters: ...@@ -79,7 +79,7 @@ linters:
enabled: true enabled: true
IdSelector: IdSelector:
enabled: true enabled: false
ImportantRule: ImportantRule:
enabled: true enabled: true
...@@ -109,8 +109,8 @@ linters: ...@@ -109,8 +109,8 @@ linters:
convention: hyphenated_lowercase # or 'camel_case', or 'snake_case', or a regex pattern convention: hyphenated_lowercase # or 'camel_case', or 'snake_case', or a regex pattern
NestingDepth: NestingDepth:
enabled: true enabled: false
max_depth: 4 max_depth: 5
ignore_parent_selectors: false ignore_parent_selectors: false
PlaceholderInExtend: PlaceholderInExtend:
...@@ -155,15 +155,15 @@ linters: ...@@ -155,15 +155,15 @@ linters:
QualifyingElement: QualifyingElement:
enabled: true enabled: true
allow_element_with_attribute: false allow_element_with_attribute: false
allow_element_with_class: false allow_element_with_class: true
allow_element_with_id: false allow_element_with_id: true
SelectorDepth: SelectorDepth:
enabled: true enabled: false
max_depth: 3 max_depth: 4
SelectorFormat: SelectorFormat:
enabled: true enabled: false
convention: hyphenated_lowercase # or 'strict_BEM', or 'hyphenated_BEM', or 'snake_case', or 'camel_case', or a regex pattern convention: hyphenated_lowercase # or 'strict_BEM', or 'hyphenated_BEM', or 'snake_case', or 'camel_case', or a regex pattern
Shorthand: Shorthand:
...@@ -246,7 +246,7 @@ linters: ...@@ -246,7 +246,7 @@ linters:
properties: [] properties: []
VendorPrefix: VendorPrefix:
enabled: true enabled: false
identifier_list: base identifier_list: base
additional_identifiers: [] additional_identifiers: []
excluded_identifiers: [] excluded_identifiers: []
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment