Sha256: eb2e9bf86701b0d69f2cee42f01411217f1a98a6cb8868a466a861f25cebb322

Contents?: true

Size: 1.94 KB

Versions: 2

Compression:

Stored size: 1.94 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?
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

2 entries across 2 versions & 1 rubygems

Version Path
scss_beautifier-0.1.18 tmp/dump.txt
scss_beautifier-0.1.17 tmp/dump.txt