New rules
Improvements
prefer-array-find
: Add option to also prefer.findLast()
(#1900) 02252c7template-indent
: Preserve trailing spaces (#1872) e4071f5no-document-cookie
: Checkwindow.document.cookie
(#1833) 0886544prefer-array-index-of
: Prefer.lastIndexOf()
over.findLastIndex()
(#1896) 70e5bddprefer-array-some
: Check.findLast()
(#1897) 3e6ae43prefer-native-coercion-functions
: Check.findLast
and.findLastIndex
(#1893) f2c6accno-array-method-this-argument
: Check.findLast
and.findLastIndex
(#1890) 3bc28adno-array-callback-reference
: Check.findLast
and.findLastIndex
(#1889) 37a5cdaprefer-negative-index
: RemoveArrayBuffer#at
(#1899) a10e3f6prefer-at
: Improve fix (#1901) 1c457bb