ESLint Shareable Config for JSX support in JavaScript Standard Style
eslint-config-standard-jsx is an ESLint shareable configuration that adds JSX style rules on top of JavaScript Standard Style, enabling linting support for JSX code without assuming a specific framework. The project is built for use with ESLint and depends on eslint-plugin-react for its JSX-specific rules, while maintaining compatibility with virtual DOM libraries beyond React. It was created by Feross Aboukhadijeh and is distributed as an npm package for Node.js developers doing static code analysis and style enforcement in JavaScript projects.