v2.5.0
- New config:
recommendedjust includesvariable-patternrule (Ed Sanders) - New config:
allcovers all usages of jQuery methods and utils (Ed Sanders) - New config: Create a
deprecated-X.Xconfig for every minor release (Ed Sanders) - Configs: Use 'warn' instead of 'error' in
deprecated-Xandallconfigs (Ed Sanders) - New rule:
no-jquery-constructor(Ed Sanders)
—
- Code: Add
reporthtmlcoverage script (Ed Sanders) - Code: Remove unnecessary constants (Ed Sanders)
- Code: Replace
Array#indexOfwithArray#includes(Ed Sanders) - Code: Only assert error message strings (Ed Sanders)
- Code: Introduce eslint-plugin-eslint-plugin (Ed Sanders)
- Code: Add ESLint 7.0.0 support (Ed Sanders)
- Code: Prefer
$("div")in test cases (Ed Sanders) - Code: Fix ESLint 2.3.0 support (Ed Sanders)
—
- Docs: Document and test the
slimconfig (Ed Sanders) - Docs: Move docs to docs/rules (Ed Sanders)
- Docs: Suppress more examples with noDoc (no-parse-html-literal) (Ed Sanders)
- Docs: Update to eslint-docgen 0.3.1 (Ed Sanders)
- Docs: Suppress some examples with noDoc in long documentation files (Ed Sanders)
- Docs: Use eslint-docgen (Ed Sanders)
- Docs: Remove noDoc arg from RuleTesterAndDocs, just use RuleTester (Ed Sanders)
- Docs: Fetch 'main' path from package.json (Ed Sanders)
- Docs: Remove extra linebreak from no-parse-html-literal.md (Ed Sanders)
- Docs: Add missing linebreak before rule source section (Ed Sanders)
- Docs: Improvements to doc builder (Ed Sanders)