- Add new linting options and rule enhancements: destructuredArrayIgnorePattern, catch undefined/Boolean in no-constant-condition, always ban undefined in valid typeof, and include ESLint favicon in HTML reports
- Fix escaping of square brackets in ignore patterns and extend autofix range for comma‑dangle rule
- Update documentation: Atom integration guide, eslint enable clarification, computed property spacing example, minimatch link, and import sorting example