This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
v2.0.0
2.0.0 (2018-01-04)
Bug Fixes
- package: update atom-linter to version 10.0.0 (#13) (d23391a)
- slight grammar fix in warning message (5702ee3)
Features
- update to Linter v2 API (2d9798a)
Performance Improvements
- decaffeinate the provider and defer dependencies (3f607fc)
BREAKING CHANGES
- The
executablePath
setting has been removed and is no longer
available.linter-pug
will now use your project's localpug-lint
when one can be found using the standardrequire.resolve
implementation. If one can't be found local to your project then the
bundled one will be used as a fallback.