Update scss lint config

pull/242/head
Satyajit Sahoo 2015-08-07 04:59:32 +05:30
parent b753394e53
commit 5b925be14e
3 changed files with 25 additions and 7 deletions

View File

@ -12,7 +12,7 @@ linters:
enabled: true
ColorVariable:
enabled: false
enabled: true
Comment:
enabled: false
@ -23,6 +23,9 @@ linters:
DeclarationOrder:
enabled: true
DisableLinterReason:
enabled: true
DuplicateProperty:
enabled: true
@ -37,6 +40,9 @@ linters:
EmptyRule:
enabled: true
ExtendDirective:
enabled: false
FinalNewline:
enabled: true
present: true
@ -96,6 +102,10 @@ linters:
enabled: true
extra_properties: [ "icon-shadow", "outline-radius" ]
PropertyUnits:
enabled: true
global: [ "px", "%", "s", "ms" ]
QualifyingElement:
enabled: false
allow_element_with_attribute: false
@ -130,13 +140,19 @@ linters:
SpaceAfterPropertyName:
enabled: true
SpaceAfterVariableName:
enabled: true
SpaceAroundOperator:
enabled: true
SpaceBeforeBrace:
enabled: true
style: space
allow_single_line_padding: true
SpaceBetweenParens:
enabled: false
enabled: true
spaces: 0
StringQuotes:

View File

@ -1,3 +1,5 @@
// scss-lint:disable ColorVariable
@import "functions";
// default color scheme