Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Releases: AtomLinter/linter-sass-lint

v1.0.4

05 Feb 10:21
Compare
Choose a tag to compare

Lock down dependencies temporarily and update to latest airbnb eslint config

v1.0.3

27 Jan 00:04
Compare
Choose a tag to compare
  • Unexpected parse errors and sass-lint issues are just reported as lint errors rather than the annoying red box of doom

N.B. this will be updated in 1.1.0 to improve the way these are reported and handled, for now the errors will be logged to the console.

v1.0.2

25 Jan 20:50
Compare
Choose a tag to compare
  • Update eslint-config-airbnb to version 4.0.0

v1.0.1

24 Jan 15:27
Compare
Choose a tag to compare
  • Updated the README.md to reflect the latest option changes in 1.0.0

v1.0.0

24 Jan 15:26
Compare
Choose a tag to compare
  • Added 'Lint On Fly' support #11 thanks to Casey Foster
  • Removed the executablePath option
  • Removed the ability to specify a path to a config you must now explicitly define a config file if you use this option
    • project configs remain untouched
    • this has been deprecated since 0.4.0
  • Added a globalSassLint option to use your globally installed sass-lint package rather than the version included with linter-sass-lint #3
  • Automatically look to your global modules in the event the above option is enabled but you've not set your path prefix.
  • Fixed an issue with ignored and included files options of your config being ignored, ignored files will now not be linted. See the sass-lint config file documentation for more information on how to use this.
  • Fixed a few inconsistencies in the package tests
  • Added tests for the new options included in 1.0.0