mirror of
https://github.com/a2nt/meta-lightbox.git
synced 2024-10-22 17:05:53 +02:00
Minor improvements
This commit is contained in:
parent
75f404f249
commit
abeb029acc
18
sass-lint.yml
Normal file → Executable file
18
sass-lint.yml
Normal file → Executable file
@ -1,8 +1,8 @@
|
||||
# sass-lint config to match the AirBNB style guide
|
||||
files:
|
||||
include: 'src/**/*.scss'
|
||||
include: "app/client/src/**/*.scss"
|
||||
ignore:
|
||||
- 'src/thirdparty/*'
|
||||
- "app/client/src/thirdparty/*"
|
||||
options:
|
||||
formatter: stylish
|
||||
merge-default-rules: false
|
||||
@ -23,10 +23,10 @@ rules:
|
||||
no-misspelled-properties:
|
||||
- 1
|
||||
- extra-properties:
|
||||
- '-moz-border-radius-topleft'
|
||||
- '-moz-border-radius-topright'
|
||||
- '-moz-border-radius-bottomleft'
|
||||
- '-moz-border-radius-bottomright'
|
||||
- "-moz-border-radius-topleft"
|
||||
- "-moz-border-radius-topright"
|
||||
- "-moz-border-radius-bottomleft"
|
||||
- "-moz-border-radius-bottomright"
|
||||
variable-name-format:
|
||||
- 1
|
||||
- allow-leading-underscore: true
|
||||
@ -39,7 +39,7 @@ rules:
|
||||
# Errors
|
||||
# Things that can be easily fixed are marked as errors
|
||||
indentation:
|
||||
- 4
|
||||
- 2
|
||||
- size: 4
|
||||
final-newline:
|
||||
- 2
|
||||
@ -47,7 +47,7 @@ rules:
|
||||
no-trailing-whitespace: 2
|
||||
border-zero:
|
||||
- 2
|
||||
- convention: '0'
|
||||
- convention: "0"
|
||||
brace-style:
|
||||
- 2
|
||||
- allow-single-line: true
|
||||
@ -56,7 +56,7 @@ rules:
|
||||
- filename-extension: false
|
||||
- leading-underscore: true
|
||||
no-debug: 2
|
||||
no-empty-rulesets: 2
|
||||
no-empty-rulesets: 0
|
||||
no-invalid-hex: 2
|
||||
no-mergeable-selectors: 2
|
||||
# no-qualifying-elements:
|
||||
|
Loading…
Reference in New Issue
Block a user