mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
Matthias Kretschmann
6ede38abfc
- start linting scss based on Airbnb style guide - add includePaths to css & js tasks
46 lines
683 B
YAML
46 lines
683 B
YAML
#
|
|
# https://github.com/airbnb/css/blob/master/.scss-lint.yml
|
|
#
|
|
severity: error
|
|
|
|
linters:
|
|
|
|
BorderZero:
|
|
enabled: true
|
|
convention: zero
|
|
|
|
BemDepth:
|
|
enabled: true
|
|
|
|
DeclarationOrder:
|
|
enabled: false
|
|
|
|
ExtendDirective:
|
|
enabled: true
|
|
|
|
LeadingZero:
|
|
enabled: false
|
|
|
|
NameFormat:
|
|
enabled: true
|
|
|
|
PrivateNamingConvention:
|
|
enabled: true
|
|
prefix: _
|
|
|
|
PropertySortOrder:
|
|
enabled: false
|
|
|
|
QualifyingElement:
|
|
enabled: false
|
|
|
|
SelectorFormat:
|
|
enabled: true
|
|
convention: hyphenated_BEM
|
|
class_convention: ^(?!js-).*
|
|
class_convention_explanation: should not be written in the form js-*
|
|
|
|
Indentation:
|
|
enabled: true
|
|
width: 4
|