:boom: JavaScript Standard Style with custom tweaks
Browse cluster: JavaScript Standard Style Linting →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.