Highlights
The ESLint
class has a new getRulesMetaForResults()
method that returns meta
information for rules in lint results. ESLint integrations should migrate to ESLint#getRulesMetaForResults()
from the getRules()
method on the deprecated CLIEngine
class.
RuleTester
test cases now support an optional only
boolean property that allows running a single test case in isolation for easier debugging.
Features
bfbfe5c
New: Add only to RuleTester (refs eslint/rfcs#73) (#14677) (Brandon Mills)c2cd7b4
New: Add ESLint#getRulesMetaForResults() (refs #13654) (#14716) (Nicholas C. Zakas)
Bug Fixes
Documentation
a47e5e3
Docs: Add Mega-Linter to the list of integrations (#14707) (Nicolas Vuillamy)c93a222
Docs: fix a broken link (#14697) (Sam Chen)