- Added new linting rules: no-import-assign, prefer-regex-literals, and default-param-last.
- Improved existing rules with better error handling, spacing enforcement, and corrected autofix behavior for several rules (e.g., no-self-assign, no-sequences, eqeqeq).
- Enhanced documentation with clearer examples, naming conventions, and updated guidance for several rules.