github / eslint-plugin-github

An opinionated collection of ESLint rules used by GitHub.
MIT License
286 stars 51 forks source link

Split out JSX-related rules into separate package #506

Open silverwind opened 4 months ago

silverwind commented 4 months ago

Currently this plugin pulls a big load of jsx-related dependencies to support the jsx rules, but these are useless dependencies for users who do not use jsx.

How about splitting those rules out into separate package eslint-plugin-github-jsx?