- Added new linting options and rules such as comma‑style configuration, a no‑return‑await rule, patterns for restricted imports/modules, improved function name inference, and ArrowFunctionExpression support in require‑jsdoc.
- Fixed multiple false‑positive/negative issues across rules (object shorthand, curly, brace style, JSX escape handling, eqeqeq, etc.) and enhanced autofix behavior.
- Extended and corrected documentation for config merging, RuleTester defaults, function name matching options, rule format versioning, and various examples.