solidjs-community / eslint-plugin-solid

Solid-specific linting rules for ESLint.
MIT License
220 stars 27 forks source link

Dependency tree is bloated because of jsx-ast-utils #115

Closed ulrichstark closed 9 months ago

ulrichstark commented 9 months ago

The dependency tree is bloated because of jsx-ast-utils and its polyfills for Node 4. More details about the issue and my attempt to fix can be found in this pull request: https://github.com/solidjs-community/eslint-plugin-solid/pull/114