:fire_engine: The guts of `standard` modularized for reuse
standard-engine is a modularized toolkit for wrapping ESLint rules into reusable command-line tools and JavaScript modules. Built in Node.js with JavaScript, it enables developers to create their own custom linting engines by providing configuration through an options file that specifies ESLint rules, environments, and plugins. The project is used as the foundation for several style guide packages including standard, semistandard, ts-standard, and happiness, allowing each to implement their own code style standards while leveraging a common underlying engine.