Typescript style guide, linter, and formatter using StandardJS
ts-standard is a TypeScript style guide, linter, and automatic code formatter based on StandardJS. Built with ESLint and the @typescript-eslint/parser, it provides developers with a command-line tool that checks TypeScript and JavaScript files for code style violations and can automatically fix them. The project uses the standard-engine and eslint-config-standard-with-typescript under the hood to enforce TypeScript-specific coding standards, eliminating the need for users to manually install and configure multiple dependencies separately.