awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • prettier/prettierالصورة الرمزية لـ prettier

    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/standardالصورة الرمزية لـ standard

    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-interviewsالصورة الرمزية لـ Chalarangelo

    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/semistandardالصورة الرمزية لـ standard

    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