Skip to content

Releases: lesshint/lesshint

0.2.0

08 Feb 09:32
Compare
Choose a tag to compare
  • Added the following linters:
    • 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.
  • Made some improvements to CLI output, added colors and made it easier to read.
  • Fixed an issue where the spaceBeforeBrace linter would report the wrong column when style is one_space (#4).

0.1.5

08 Feb 09:32
Compare
Choose a tag to compare
  • The default options are now always loaded, regardless if lesshint is running from the CLI or another module.
  • If no files are passed via the CLI, an error is now printed.
  • When something's wrong with a passed config file, the error message from JSON.parse() is also shown.

0.1.2

08 Feb 09:31
Compare
Choose a tag to compare
  • Another version bump for npm.

0.1.1

08 Feb 09:30
Compare
Choose a tag to compare
  • Version bump for npm after some old files were deleted.

0.1.0

08 Feb 09:30
Compare
Choose a tag to compare
  • Initial release