← All repos

standard

🌟 JavaScript Style Guide, with linter & automatic code fixer

developmentecmascriptes6eslintjavascriptlinternodejsstandardstatic-code-analysisstyle-guide
Browse cluster: JavaScript Standard Style Linting
2,001commits
199contributors
2languages

Tech stack & purpose

JavaScript Standard Style is a zero-configuration linter and automatic code formatter for JavaScript built on ESLint. It enforces a predefined style guide for JavaScript and ECMAScript code without requiring developers to manage configuration files, instead providing a single opinionated standard that can be applied across projects. The tool is available as an npm package for Node.js and can be run from the command line to check code style, automatically fix formatting issues with the `--fix` flag, and catch common programmer errors early in development. Major projects and companies including Node.js, npm, GitHub, Express, Electron, MongoDB, and Brave use JavaScript Standard Style to maintain consistent code quality across their codebases.

Community & reference links

Languages

JavaScript
81.9%
Shell
18.1%

Contributors (top 30 of 199)