standard
« Back to VersTracker
Description:
JavaScript Style Guide, with linter & automatic code fixer
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  @standardjs  |  formulae.brew.sh
Category: Developer tools
Tags: javascript linter formatter developer-tools code-quality style-guide
Install: brew install standard
About:
Standard is a zero-configuration JavaScript linter and automatic code fixer that enforces consistent, idiomatic code style without requiring any configuration files. It automatically formats code to ensure readability and maintainability across projects, focusing on the principle that there should be no options to configure or debate.
Key Features:
  • Zero-configuration setup with no .eslintrc, .jshintrc, or package.json config needed
  • Automatic code formatting and fixing with standard --fix
  • Checks code for style issues and potential bugs in JavaScript, JSX, TypeScript, and Vue
  • Lightweight and fast with minimal dependencies
Use Cases:
  • Enforcing consistent code style across JavaScript projects without configuration overhead
  • Automated code formatting in CI/CD pipelines and pre-commit hooks
  • Teaching and enforcing best practices in team development environments
Alternatives:
  • ESLint – Highly configurable but requires extensive setup and configuration management
  • Prettier – Focuses purely on code formatting rather than linting for code quality issues
Version History
Detected Version Rev Change Commit
Dec 21, 2024 3:27pm 0 VERSION_BUMP 3384f90c
Sep 14, 2024 6:01am 0 VERSION_BUMP 1e577849
Sep 14, 2024 1:33am 0 VERSION_BUMP 5ee11007
Sep 13, 2024 4:06pm 0 VERSION_BUMP 5abfbae5
Sep 13, 2024 3:40am 0 VERSION_BUMP 24b2cc7d