← All repos

eslint-config-standard-jsx

ESLint Shareable Config for JSX support in JavaScript Standard Style

developmentecmascriptes6eslintjavascriptlinternodejsstandardstatic-code-analysisstyle-guide
Browse cluster: JavaScript Standard Style Linting
150commits
18contributors
1languages

Tech stack & purpose

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.

Languages

JavaScript
100.0%

Contributors