You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,10 +49,17 @@ The default linters will be set if you either open a Javascript file while a fol
49
49
50
50
## Release Notes
51
51
52
+
### 1.2.0
53
+
54
+
* Support for the Standard linter added.
55
+
* Active linters are now displayed in the status bar. To turn it off set `jsAutolint.showStatus` to `false` .
56
+
* 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`.
57
+
* Bugfix: The extension should now properly activate and set the correct linters if any configuration can be found in the workspace root folder.
58
+
52
59
### 1.1.0
53
60
54
-
All possible ESLint, JSHint and JSCS configurations should work now (until now only `.eslintrc`, `.jscsrc` and `.eslintrc` were recognized).
61
+
*All possible ESLint, JSHint and JSCS configurations should work now (until now only `.eslintrc`, `.jscsrc` and `.eslintrc` were recognized).
0 commit comments