v0.7.5
ZLint now has a VSCode extension! Please note this extension is still in alpha and does not work with versions of zlint before v0.7.5.
To get diagnostics, run the Zlint: Run ZLint command (cmd+shift+p on mac, ctrl+shift+p on windows)
What's Changed
- test(reporter): add github formatter unit tests by @DonIsaac in https://github.com/DonIsaac/zlint/pull/275
- feat: allow specifying paths and globs in cli by @DonIsaac in https://github.com/DonIsaac/zlint/pull/276
- chore: set up feature flags by @DonIsaac in https://github.com/DonIsaac/zlint/pull/277
- feat: vscode extension by @DonIsaac in https://github.com/DonIsaac/zlint/pull/278
- fix(linter/avoid-as): auto fixer on multi-line @as() args by @DonIsaac in https://github.com/DonIsaac/zlint/pull/279
Full Changelog: https://github.com/DonIsaac/zlint/compare/v0.7.4...v0.7.5