:icecream: All the goodness of `standard/standard` with semicolons sprinkled on top.
Browse cluster: JavaScript Standard Style Linting →Semistandard is a JavaScript code style linter that enforces the standard/standard style guide with one key difference: it requires semicolons at the end of statements. It functions as a command-line tool and npm package that can be integrated into development workflows to automatically check code style, with support for custom parsers and editor integrations for Sublime, Atom, VSCode, and Vim. The project is built for the Node.js ecosystem and allows developers to catch style violations automatically during testing rather than through manual code review.