# Breaking changes in v22

- Removes `@typescript-eslint/no-unused-private-class-members` and `no-unused-private-class-members`, covered by TypeScript compiler check.
- Sets `@typescript-eslint/no-redeclare` to `error`.
- Remove `@typescript-eslint/prefer-ts-expect-error`, a deprecated rule (and now baked into `@typescript-eslint/ban-ts-comment`).
