You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(eslint-plugin): improve type of exported plugin (#9700)
* feat(eslint-plugin): Improve type of exported plugin
Use satisfies operator to verify that the shape of `plugins` matches
`ESLint.Plugin` (the extended version of it) while retaining its actual
shape.
* add changeset
---------
Co-authored-by: Lachlan Collins <[email protected]>
0 commit comments