storybookjs / eslint-plugin-storybook

🎗Official ESLint plugin for Storybook
MIT License
238 stars 42 forks source link

Suport ESLint v9 #157

Open bmulholland opened 3 weeks ago

bmulholland commented 3 weeks ago

Separately from flat config, ESLint v9 dropped several deprecated APIs, including context.getScope, which this plugin uses. Those need to be replaced.

Sv443 commented 3 weeks ago

Hi, this is a duplicate of #135

bmulholland commented 3 weeks ago

@Sv443 It is not. Flat config was available in ESLint 8, and is optional in ESLint 9. My issue specifically says "separately from flat config," which I guess you missed?