awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesFrontend Development Rules

Best practices and configuration rules for modern frontend frameworks.

Distinguishing note: Focuses on AI-assisted development rules for frontend libraries rather than the libraries themselves.

Explore 4 awesome GitHub repositories matching web development · Frontend Development Rules. Refine with filters or upvote what's useful.

Awesome Frontend Development Rules GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • patrickjs/awesome-cursorrulesAvatar de PatrickJS

    PatrickJS/awesome-cursorrules

    40,006Ver en GitHub↗

    This project is a curated library of configuration files designed to optimize the behavior of AI-assisted code editing environments. By providing structured instructions that define project constraints, coding standards, and technical preferences, it enables developers to standardize how artificial intelligence models interact with their codebases. These configuration files are integrated into the editor to ensure consistent output and improved accuracy during code generation. The repository distinguishes itself through a community-driven approach to curation, aggregating user-submitted rules

    Frontend Frameworks and Libraries — a named example documented in this learning resource.

    JavaScriptawesomeawesome-listcursor
    Ver en GitHub↗40,006
  • braziljs/js-the-right-wayAvatar de braziljs

    braziljs/js-the-right-way

    8,686Ver en 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
    Ver en GitHub↗8,686
  • prettier/eslint-config-prettierAvatar de prettier

    prettier/eslint-config-prettier

    5,854Ver en 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
    Ver en GitHub↗5,854
  • allure-framework/allure2Avatar de allure-framework

    allure-framework/allure2

    5,287Ver en 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
    Ver en GitHub↗5,287
  1. Home
  2. Web Development
  3. Frontend Development Rules

Explorar subetiquetas

  • Coding Quality Rules3 sub-etiquetasGuidelines 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.