eslint-config-standard-jsx
eslint-config-standard-jsx copied to clipboard
Deprecate this package
Let's deprecate this package and move the rules into eslint-config-standard.
See https://github.com/feross/eslint-config-standard-jsx/issues/20#issuecomment-294013703 for an explanation.
@feross Are you also considering deprecating eslint-config-standard-react and bringing that into eslint-config-standard as well?
@grxy We can't bring in rules in eslint-config-standard-react which are React-specific because they cause problems for non-React users.