ESlint Rules for the Standard Linter
Browse cluster: JavaScript Standard Style Linting →eslint-plugin-standard is an ESLint plugin that provides custom linting rules for the Standard code style linter. The plugin includes four specialized rules for enforcing consistent spacing around object curly braces, array brackets, and computed properties, as well as a rule ensuring strict adherence to the Node.js callback pattern. The project is maintained by the Standard organization and is installed via npm, though it has been deprecated as of Standard v16 and is no longer used by the Standard linter itself.