Skip to content

biome-config-godaddy@1.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Oct 21:23
· 60 commits to main since this release
6e48c76

Major Changes

  • Initial release of biome-config-godaddy, a fast Rust-based alternative to ESLint and Prettier configurations for GoDaddy JavaScript applications.

    A comprehensive Biome configuration package that provides consistent code quality and formatting standards across GoDaddy's JavaScript ecosystem, featuring:

    • Dual configuration support with dedicated configs for JavaScript (biome.json) and TypeScript (biome-ts.json) projects
    • Complete rule parity with existing eslint-config-godaddy and eslint-config-godaddy-typescript standards, auto-migrated using Biome's migration tools
    • Consistent formatting rules including 2-space indentation, 130 character line width, LF line endings, and single quote preferences
    • Performance optimizations through Rust-based implementation providing significantly faster linting and formatting compared to traditional ESLint + Prettier setups
    • Biome 2.2.0+ compatibility utilizing the latest linting rules for full feature parity with GoDaddy's established ESLint configurations
    • Seamless integration designed for easy adoption in GoDaddy's monorepo ecosystem and existing JavaScript projects

    This package enables development teams to maintain the same code quality standards and style guidelines established across GoDaddy's engineering organization while benefiting from improved build performance and reduced tooling complexity.