Skip to content

Commit

Permalink
Add scss-lint configs to .scss-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-Yorkley committed Nov 6, 2020
1 parent 3011bdb commit ebd7409
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .scss-lint.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
scss_files: 'app/assets/stylesheets/**/*.css.scss'

exclude: 'app/assets/stylesheets/shared/**'

linters:
ImportantRule:
enabled: false
VendorPrefix:
enabled: false
LeadingZero:
enabled: false
PropertySortOrder:
enabled: false
StringQuotes:
enabled: false
DeclarationOrder:
enabled: false
NestingDepth:
enabled: false

0 comments on commit ebd7409

Please sign in to comment.