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

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

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

4 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • prettier/prettierprettier 的头像

    prettier/prettier

    52,088在 GitHub 上查看↗

    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
    在 GitHub 上查看↗52,088
  • standard/standardstandard 的头像

    standard/standard

    29,431在 GitHub 上查看↗

    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
    在 GitHub 上查看↗29,431
  • chalarangelo/30-seconds-of-interviewsChalarangelo 的头像

    Chalarangelo/30-seconds-of-interviews

    12,143在 GitHub 上查看↗

    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
    在 GitHub 上查看↗12,143
  • standard/semistandardstandard 的头像

    standard/semistandard

    1,415在 GitHub 上查看↗

    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
    在 GitHub 上查看↗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

探索子标签

  • 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