.sasslintrc 284 B

123456789101112131415
  1. options:
  2. max-warnings: 0
  3. rules:
  4. property-sort-order:
  5. - 1
  6. -
  7. order: 'concentric'
  8. no-important:
  9. - 0
  10. no-vendor-prefixes:
  11. - 0 # this will be fixed with v2: see https://github.com/sasstools/sass-lint/pull/1137
  12. nesting-depth:
  13. - 1
  14. -
  15. max-depth: 4