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