:fire_engine: The guts of `standard` modularized for reuse
standard-engine is a modularized JavaScript linting tool that wraps ESLint rules into easy-to-use command-line and programmatic interfaces. Built with Node.js and JavaScript, it provides both `lintText()` and `lintFiles()` APIs for linting source code and files, and allows developers to create their own linting tools by specifying custom ESLint configurations, parsers, plugins, and environments. The project serves as the foundation for several popular JavaScript style guide implementations, including the original standard style, semistandard, and ts-standard.