Changelog
0.5.0 (2015-05-17)
attributeQuotes
comment
leadingZero
trailingZero
zeroUnit
exclude
option to the following linters:
duplicateProperty
idSelector
stringQuotes
linter now checks strings everywhere, not just in rulesets.Changelog
0.4.0 (2015-05-10)
LessHint
class is now called Lesshint
.importantRule
stringQuotes
urlFormat
urlQuotes
false
. No need to set enabled: false
anymore.Changelog
0.3.1 (2015-05-03)
null
, it's no longer printed.emptyRule
would incorrectly report errors on rules that only contain a mixin (#16).trailingSemicolon
would fail on an empty rule.trailingSemicolon
would incorrectly report errors in rules containing variables inside @media
directives (#15).Changelog
0.3.0 (2015-05-01)
duplicateProperty
emptyRule
finalNewline
idSelector
trailingSemicolon
Changelog
0.2.0 (2015-04-27)
borderZero
hexLength
hexNotation
hexValidation
spaceAfterPropertyName
lesshint
will now exit with proper status codes. E.g. 1
when there's a lint error in a checked file, thus failing builds etc.spaceBeforeBrace
linter would report the wrong column when style
is one_space
(#4
).Changelog
0.1.5 (2015-04-24)
lesshint
is running from the CLI or another module.JSON.parse()
is also shown.