awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesCoding Quality Rules

Guidelines and constraints used to ensure collaboration and maintainable code quality in frontend projects.

Distinct from Frontend Development Rules: Focuses on general collaboration and quality rules rather than framework-specific AI-assisted rules.

Explore 3 awesome GitHub repositories matching web development · Coding Quality Rules. Refine with filters or upvote what's useful.

Awesome Coding Quality Rules GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • braziljs/js-the-right-waybraziljs 的头像

    braziljs/js-the-right-way

    8,686在 GitHub 上查看↗

    js-the-right-way is a JavaScript best practices guide and coding standards reference designed to provide a curated collection of industry materials for writing maintainable code. It serves as a web development education resource, offering organized documentation on modern JavaScript patterns and idioms. The project is structured as a markdown-based documentation site, where guides written in lightweight markup are rendered as static pages. It utilizes a curated network of hyperlinks to connect internal documentation with external industry standards.

    Establishes a consistent set of rules for writing scripts to ensure better collaboration and code quality.

    HTML
    在 GitHub 上查看↗8,686
  • prettier/eslint-config-prettierprettier 的头像

    prettier/eslint-config-prettier

    5,854在 GitHub 上查看↗

    eslint-config-prettier is a configuration layer and CLI tool that identifies and disables ESLint rules which conflict with Prettier's code formatting. It provides an ESLint configuration preset that turns off style-related rules, along with a command-line scanner that detects and reports conflicting rules from a project's existing setup. The tool operates entirely at configuration time, producing a modified ESLint config that disables formatting conflicts without any runtime overhead during linting. It works across any ESLint plugin by matching rule names against a curated conflict database,

    Disables ESLint rules that conflict with Prettier formatting, enabling combination with other configs without clashes.

    JavaScripteslinteslint-configprettier
    在 GitHub 上查看↗5,854
  • allure-framework/allure2allure-framework 的头像

    allure-framework/allure2

    5,287在 GitHub 上查看↗

    Allure is a test reporting framework that normalizes execution data from multiple test frameworks across different programming languages into a common intermediate format. It aggregates results from multiple sources into a shared directory of JSON files and generates self-contained HTML reports through a modular plugin pipeline. The architecture includes a hierarchical step tree model to represent test execution, metadata annotation injection to enrich results at runtime, and directory-watch incremental rendering that regenerates reports in real time as new data arrives. Unlike generic report

    Check test results against a set of rules and fail the run when rules are violated, blocking deployment.

    Javaallurereportingreporting-engine
    在 GitHub 上查看↗5,287
  1. Home
  2. Web Development
  3. Frontend Development Rules
  4. Coding Quality Rules

探索子标签

  • Formatting Conflict DetectorsDetects conflicts between formatting rules and other code quality rules in linting configurations. **Distinct from Coding Quality Rules:** Distinct from Coding Quality Rules: specifically detects formatting rule conflicts rather than general coding quality guidelines.
  • Formatting Conflict DisablersDisables formatting rules that conflict with other tools to enable smooth integration. **Distinct from Coding Quality Rules:** Distinct from Coding Quality Rules: disables conflicting formatting rules rather than defining general quality guidelines.
  • Third-Party Quality Rule ImportersTools that import and apply quality rules from external sources alongside built-in rules for test result validation. **Distinct from Coding Quality Rules:** Distinct from Coding Quality Rules: focuses on importing external quality rules for test validation, not general coding standards.