Skip to content

v2019.06.01-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@borkdude borkdude released this 01 Jun 09:44

New:

  • Detect unused bindings (function arguments, let bindings) (#173). Bindings starting with an underscore will be ignored (e.g. _foo).

unused-binding

  • Lint unbound defaults in destructuring forms (#220, #223).

unbound-destructured

  • Lint for and doseq expressions. These were previously ignored (#188).

  • Support :default shadow-cljs syntax in :require (see shadow-cljs docs) (#222)

shadow-cljs-default-require

Fixed:

  • Treat (quote foo) expressions the same way as 'foo expressions (#218).

  • False positive redundant do in anonymous function literal (#211)

Special thanks to @mynomoto, @pgj and @svdo for testing and reporting issues.