Skip to content

Commit

Permalink
Update SCSS-Lint config to 0.47
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyson Gach committed Mar 3, 2016
1 parent 6287d1f commit 3de18a7
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions style/sass/.scss-lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Up-to-date with SCSS-Lint v0.43.2
# Up-to-date with SCSS-Lint v0.47

scss_files: "**/*.scss"

severity: warning

linters:
BangFormat:
enabled: true
Expand Down Expand Up @@ -54,7 +56,6 @@ linters:

ExtendDirective:
enabled: true
severity: warning

FinalNewline:
enabled: true
Expand Down Expand Up @@ -109,6 +110,10 @@ linters:
PlaceholderInExtend:
enabled: true

PrivateNamingConvention:
enabled: false
prefix: _

PropertyCount:
enabled: false
include_nested: false
Expand Down Expand Up @@ -178,6 +183,10 @@ linters:
SpaceAfterPropertyName:
enabled: true

SpaceAfterVariableColon:
enabled: true
style: one_space

SpaceAfterVariableName:
enabled: true

Expand Down

0 comments on commit 3de18a7

Please sign in to comment.