awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesSemicolon Configuration Rules

Settings that dictate whether semicolons are required or omitted at the end of statements in source code.

Explore 4 awesome GitHub repositories matching development tools & productivity · Semicolon Configuration Rules. Refine with filters or upvote what's useful.

Awesome Semicolon Configuration Rules GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • prettier/prettierAvatar von prettier

    prettier/prettier

    52,088Auf GitHub ansehen↗

    Prettier is an opinionated code formatter that parses source code and reprints it from scratch to enforce a consistent, project-wide visual style. By transforming code into an abstract syntax tree and applying a recursive document printing process, it eliminates manual style debates and ensures that all source files adhere to a unified appearance. The project is distinguished by its extensible, plugin-based architecture, which decouples language-specific parsing logic from the core engine. This modular design allows for uniform style enforcement across diverse programming languages and comple

    Regulates the inclusion of semicolons at the end of statements to ensure consistent syntax across the entire codebase.

    JavaScriptangularastcss
    Auf GitHub ansehen↗52,088
  • standard/standardAvatar von standard

    standard/standard

    29,431Auf GitHub ansehen↗

    Standard is a suite of static analysis tools for JavaScript, comprising a linter, formatter, and a predefined style guide. It functions as a static code analyzer that scans source code for style violations and potential errors without executing the program. The project provides an automatic code fixer that rewrites source code to resolve formatting issues and enforce syntax consistency. It implements a standardized set of rules for JavaScript formatting and syntax to ensure a uniform appearance across different projects. The system covers a wide range of static analysis capabilities, includi

    Enforces rules for semicolon usage to ensure visual consistency and prevent runtime errors.

    JavaScriptdevelopmentecmascriptes6
    Auf GitHub ansehen↗29,431
  • chalarangelo/30-seconds-of-interviewsAvatar von Chalarangelo

    Chalarangelo/30-seconds-of-interviews

    12,143Auf GitHub ansehen↗

    This project is a technical interview study guide and a markdown-driven static site designed to help developers prepare for coding screenings. It serves as a curated collection of common technical questions and expert answers, functioning as a comprehensive educational resource. The platform provides a structured curriculum and reference materials across several key domains. This includes a JavaScript language reference covering programming fundamentals, a frontend engineering curriculum focused on UI patterns and responsive design, and a web security knowledge base detailing attack vectors a

    Provides guidance on manual semicolon placement to avoid bugs caused by automatic semicolon insertion.

    JavaScriptawesome-listcsseducation
    Auf GitHub ansehen↗12,143
  • standard/semistandardAvatar von standard

    standard/semistandard

    1,415Auf GitHub ansehen↗

    Semistandard is a static analysis tool and automated code formatter designed to enforce consistent JavaScript syntax and formatting standards across a codebase. It functions as a linter that identifies deviations from established style rules and provides automated corrections to resolve formatting errors without manual intervention. The tool is distinguished by its specific focus on semicolon usage, ensuring that all statements adhere to a uniform syntax standard. It provides comprehensive style management by verifying code against predefined rules and blocking non-compliant submissions withi

    Ensures strict adherence to semicolon usage rules for consistent JavaScript syntax.

    JavaScript
    Auf GitHub ansehen↗1,415
  1. Home
  2. Development Tools & Productivity
  3. Code Quality and Analysis
  4. Static Analysis Engines
  5. Static Analysis Tools
  6. Code Formatting Tools
  7. Semicolon Configuration Rules

Unter-Tags erkunden

  • Automatic Semicolon Insertion GuidesEducational content on managing and predicting JavaScript's automatic semicolon insertion behavior. **Distinct from Semicolon Configuration Rules:** Focuses on the educational understanding of ASI behavior rather than linting or formatting rules