Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

5.1.0

Choose a tag to compare

@robertrossmann robertrossmann released this 31 Jul 14:09
· 302 commits to master since this release
f062dfc

Notable changes

  • New rule (warn): no-tabs - disallows the tab character in code (use spaces instead)
  • Modified rule: comma-dangle - now allows trailing comma for multiline function params, object literals etc.