Sha256: 49a0589efbd3b80ce9ac708e66b654b5d96fdaf0612dc109d6d100903abd930b
Contents?: true
Size: 1.91 KB
Versions: 7
Compression:
Stored size: 1.91 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? 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
7 entries across 7 versions & 1 rubygems