- Added new linting rules: `no‑chained‑assignments` and `prefer‑promise‑reject‑errors`, plus an `ignoreJSX` option for `no‑extra‑parens`.
- Fixed multiple crashes and false‑positives (e.g., `no‑var` ReferenceError, brace‑style crashes, line‑terminator spacing, computed‑key proto issue, AST regex backtracking) and improved autofixers.
- Updated documentation, corrected typos, and performed internal refactoring such as ES6 class usage and comma‑dangle enforcement.