New rules
no-typeof-undefined
(#1966) d7f7341no-negated-condition
(#1963) e4aaa42prefer-set-size
(#1952) 5f23c98
Improvements
prefer-at
: Support private fields (#1929) 60bb455no-useless-undefined
: IgnoreArray#includes()
andSet#has()
(#1951) 8dfd5a7no-useless-spread
: Check cloning inline arrays (#1980) 5d90d73prefer-top-level-await
: Ignore expressions in class (#1976) b90a3aaprefer-string-replace-all
: Improve RegExp to string fix (#1971) b844dbcprefer-string-replace-all
: Check pattern even if it's already using.replaceAll
(#1981) e8c5156prefer-string-replace-all
: Report allString#replace()
when the pattern hasg
flag (#1965) 6316f05prefer-string-replace-all
: Ignore regex with pipe (#1962) 76deaa3prefer-regexp-test
: Use suggestions if not sure regexp withoutg
flag (#1954) 505a203no-array-for-each
: Skip fix for some edge cases (#1979) 48efc7aprefer-add-event-listener
: Only fixExpressionStatement
, checkoperator
(#1955) aca21f2prevent-abbreviations
: Improve fix forretVal
(#1953) 25cd810