ESLint fails due to missing @stylistic plugin after upgrading to v8.0.0
bug
Hi,
After upgrading from eslint-config-xo-typescript v7.0.0 to v8.0.0, ESLint fails with the following error:
```sh
ESLint: 9.25.1
A configuration object specifies rule "@stylistic/lines-between-class-members", but could not find plugin "@stylistic".
Common causes of this problem include:
1. The "@stylistic" plugin is not defined in your configuration file.
2. The "@stylistic" plugin is not defined within the same configuration object in which the rule is applied.
```
This seems to be caused by [commit 206f46f](https://github.com/xojs/eslint-config-xo-typescript/commit/206f46f), where the @stylistic/eslint-plugin dependency was updated.
Could you please fix this so the required plugin is properly included?
Thanks!
5 条评论