solidjs-community / eslint-plugin-solid

Solid-specific linting rules for ESLint.
MIT License
216 stars 26 forks source link

Replace experimental package with stable version #5

Closed lukahartwig closed 2 years ago

lukahartwig commented 2 years ago

While trying to use this plugin I found that @typescript-eslint/experimental-utils was marked as devDependency but had a non-type import in one file. In other words the plugin fails because it can't resolve this package.

So I wanted to move it to dependencies but apparently a few days ago the @typescript-eslint/utils package was released so I just replaced it with that.

joshwilsonvu commented 2 years ago

Thank you very much! I'm glad that package is no longer experimental. I've released your change as v0.4.2. 🎉