This repository has been archived by the owner on Mar 7, 2019. It is now read-only.
8.3.0
New rulesets
TypeScript ruleset is now available! 🎉 Still somewhat experimental - please report any issues or false-positives that you find in your code.
Rule changes
id-length
: Now allows up to 30 characters max (up from 25) and allows the following single-character identifiers:i
(index),R
(Ramda 😍),_
(lodash 💩),$
(jQuery & family 🤮)