This repository was archived by the owner on Mar 7, 2019. It is now read-only.
5.1.0
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.