ESLint Shareable Config for React/JSX support in JavaScript Standard Style
eslint-config-standard-react is an ESLint shareable configuration that extends JavaScript Standard Style with support for React and JSX syntax. The project is built for use with ESLint and requires additional dependencies including Babel's ESLint parser, the standard configuration packages, and ESLint plugins for promise, import, node, and React support. It was created by Feross Aboukhadijeh and is designed for developers working with React in Node.js environments who want to enforce consistent code style across their projects.