eslint-plugin-github
eslint-plugin-github copied to clipboard
Split out JSX-related rules into separate package
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?