← All repos

eslint-plugin-standard

ESlint Rules for the Standard Linter

Browse cluster: JavaScript Standard Style Linting
107commits
13contributors
1languages

Tech stack & purpose

eslint-plugin-standard is an ESLint plugin that provides custom linting rules for the Standard code style linter. The plugin offers four custom rules: object-curly-even-spacing, array-bracket-even-spacing, computed-property-even-spacing, and no-callback-literal, which extend or modify ESLint's built-in spacing and callback pattern enforcement. It is built for JavaScript and installed via npm, though it is noted as deprecated since Standard v16, which no longer uses it.

Languages

JavaScript
100.0%

Contributors