rollup / plugins

🍣 The one-stop shop for official Rollup plugins
MIT License
3.57k stars 567 forks source link

feat(eslint): supports eslint v9 #1729

Open younggglcy opened 4 weeks ago

younggglcy commented 4 weeks ago

Rollup Plugin Name: @rollup/plugin-eslint

This PR contains:

Are tests included?

Breaking Changes?

If yes, then include "BREAKING CHANGES:" in the first commit message body, followed by a description of what is breaking.

List any relevant issue numbers: resolves #1708

Description

This PR makes @rollup/plugin-eslint support eslint v9 by simply bumping the eslint version. Ava tests are adjusted to match its needs. Let me know if I miss something.