You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
740 B

  1. # Linter Documentation:
  2. # https://github.com/sasstools/sass-lint/tree/v1.13.1/docs/options
  3. files:
  4. include: app/javascript/styles/**/*.scss
  5. ignore:
  6. - app/javascript/styles/mastodon/reset.scss
  7. rules:
  8. # Disallows
  9. no-color-literals: 0
  10. no-css-comments: 0
  11. no-duplicate-properties: 0
  12. no-ids: 0
  13. no-important: 0
  14. no-mergeable-selectors: 0
  15. no-misspelled-properties: 0
  16. no-qualifying-elements: 0
  17. no-transition-all: 0
  18. no-vendor-prefixes: 0
  19. # Nesting
  20. force-element-nesting: 0
  21. force-attribute-nesting: 0
  22. force-pseudo-nesting: 0
  23. # Name Formats
  24. class-name-format: 0
  25. leading-zero: 0
  26. # Style Guide
  27. attribute-quotes: 0
  28. hex-length: 0
  29. indentation: 0
  30. nesting-depth: 0
  31. property-sort-order: 0
  32. quotes: 0