← All repos

standardx

:boom: JavaScript Standard Style with custom tweaks

Browse cluster: JavaScript Standard Style Linting
72commits
7contributors
1languages

Tech stack & purpose

standardx is a JavaScript linting tool that extends the Standard Style ruleset with customizable tweaks, allowing developers to follow JavaScript Standard Style while selectively disabling or modifying specific linting rules. Built on top of ESLint, it can be configured via `.eslintrc` files or a `package.json` attribute and supports all standard features including automatic fixing. The tool is distributed as an npm package and can be used from the command line with options for controlling output verbosity, applying fixes automatically, and declaring custom globals or plugins.

Languages

JavaScript
100.0%

Contributors