Skip to content

Releases: t-sauer/autolinting-for-javascript

v1.3.0

09 Dec 20:23
Compare
Choose a tag to compare
  • TSLint support added.
  • Extension won't set active linters anymore when changing VS Code configuration while jsAutolint.enable is set to false.

v1.2.0

11 Nov 20:02
Compare
Choose a tag to compare
  • Support for the Standard linter added.
  • Active linters are now displayed in the status bar. To turn it off set jsAutolint.showStatus to false .
  • Automatically setting of linters can now be turned off if you don't want the linters to be set whenever you open a folder. The setting for this is jsAutolint.enable.
  • Bugfix: The extension should now properly activate and set the correct linters if any configuration can be found in the workspace root folder.

v1.1.0

07 Nov 20:26
Compare
Choose a tag to compare

All possible ESLint, JSHint and JSCS configurations should work now (until now only .eslintrc, .jscsrc and .eslintrc were recognized).