Sha256: fe2ae3797102e9c0da5e56833e5b983b281870c28b0e080f44843891cd224576
Contents?: true
Size: 772 Bytes
Versions: 5
Compression:
Stored size: 772 Bytes
Contents
#https://github.com/brigade/scss-lint/blob/master/lib/scss_lint/linter/README.md scss_files: 'app/assets/stylesheets/**/*.scss' linters: Indentation: severity: warning width: 2 NameFormat: placeholder_convention: "^[-a-z_]+$" mixin_convention: "^[-a-z_]+$" SelectorFormat: convention: "^[-a-z0-9_]+$" StringQuotes: style: double_quotes DeclarationOrder: enabled: false PropertySortOrder: enabled: false NestingDepth: max_depth: 4 IdSelector: enabled: false QualifyingElement: enabled: true allow_element_with_attribute: true allow_element_with_class: true allow_element_with_id: true ColorKeyword: enabled: false LeadingZero: style: include_zero Shorthand: enabled: false
Version data entries
5 entries across 5 versions & 1 rubygems