v2.5.0
- New config:
recommended
just includesvariable-pattern
rule (Ed Sanders) - New config:
all
covers all usages of jQuery methods and utils (Ed Sanders) - New config: Create a
deprecated-X.X
config for every minor release (Ed Sanders) - Configs: Use 'warn' instead of 'error' in
deprecated-X
andall
configs (Ed Sanders) - New rule:
no-jquery-constructor
(Ed Sanders)
—
- Code: Add
reporthtml
coverage script (Ed Sanders) - Code: Remove unnecessary constants (Ed Sanders)
- Code: Replace
Array#indexOf
withArray#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
slim
config (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)