solidjs-community / eslint-plugin-solid

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

Fix eslint version dependency #4

Closed ProspectPyxis closed 2 years ago

ProspectPyxis commented 2 years ago

Currently, the peerDependency syntax for eslint in package.json is incorrect, and the dependency isn't being read correctly. This is just a very simple fix to correct the version number.

joshwilsonvu commented 2 years ago

Thank you for the contribution! Merged and published in v0.3.1.