Sha256: 296befca99bbf525503aa2724c58134f621a910f1d23902cba6a8924e99f3094
Contents?: true
Size: 1.96 KB
Versions: 1
Compression:
Stored size: 1.96 KB
Contents
Rules that we have implemented: BangFormat BorderZero Comment DebugStatement EmptyRule ColorKeyword HexLength HexNotation SingleLinePerSelector DeclarationOrder ElsePlacement LeadingZero NameFormat ? PropertySortOrder # TODO - Respect custom ordering rules PseudoElement QualifyingElement Shorthand StringQuotes TrailingZero UnnecessaryMantissa UnnecessaryParentReference UrlFormat UrlQuotes ZeroUnit ImportPath PropertySpelling SelectorFormat PrivateNamingConvention ? SpaceAfterComment https://github.com/sasstools/sass-lint/blob/master/docs/rules/attribute-quotes.md https://github.com/sasstools/sass-lint/blob/master/docs/rules/brace-style.md - interesting (allow single line?) https://github.com/sasstools/sass-lint/blob/master/docs/rules/class-name-format.md https://github.com/sasstools/sass-lint/blob/master/docs/rules/empty-args.md Use interpolation over + when you want a string in the end (#{$degree}deg vs $degree + deg) whoa never seen these rules https://github.com/sasstools/sass-lint/blob/master/docs/rules/force-attribute-nesting.md https://github.com/sasstools/sass-lint/blob/master/docs/rules/force-element-nesting.md https://github.com/sasstools/sass-lint/blob/master/docs/rules/force-pseudo-nesting.md Are these the same as NameFormat ? https://github.com/sasstools/sass-lint/blob/master/docs/rules/function-name-format.md https://github.com/sasstools/sass-lint/blob/master/docs/rules/id-name-format.md https://github.com/sasstools/sass-lint/blob/master/docs/rules/mixin-name-format.md https://github.com/sasstools/sass-lint/blob/master/docs/rules/no-warn.md how do maps look like? newlines separation? (same with lists) parenthesis around if statements? These are spacing rules that come out of the box: EmptyLineBetweenBlocks SpaceAroundOperator Indentation FinalNewline SingleLinePerProperty SpaceAfterComma SpaceAfterPropertyColon SpaceAfterPropertyName SpaceAfterVariableColon SpaceAfterVariableName SpaceBeforeBrace SpaceBetweenParens TrailingSemicolon TrailingWhitespace
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
scss_beautifier-0.1.19 | tmp/dump.txt |