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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jscs-dev avatar

jscs-dev/node-jscsArchived

0
View on GitHub↗
4,936 نجوم·501 تفرعات·JavaScript·MIT·4 مشاهداتjscs-dev.github.io↗

Node Jscs

node-jscs هو أداة linting لـ JavaScript ومدقق لأسلوب الكود مصمم لتحليل الكود المصدري وفرض معايير برمجية متسقة. يعمل كأداة تحليل ثابت تحدد الأنماط في كود JavaScript لضمان الالتزام بأدلة الأسلوب المحددة.

يوفر المشروع قدرات لكل من linting كود JavaScript وتنسيق الكود تلقائيًا. يمكنه فحص الكود المصدري بحثًا عن انتهاكات الأسلوب وتصحيح تلك الأخطاء تلقائيًا لمواءمة قاعدة الكود مع مجموعة محددة من قواعد التنسيق.

Features

  • JavaScript Formatters - Functions as a utility to automatically reorganize JavaScript source code into a consistent, readable style.
  • Source Code Formatters - Automatically restructures JavaScript source code to align with specified formatting rules.
  • Code Formatting - Provides automatic formatting to correct JavaScript style errors and ensure layout consistency.
  • Coding Style Tools - Checks source code against defined style guides to ensure consistent formatting and coding patterns.
  • JavaScript Linters - Provides static analysis for JavaScript to identify style violations and enforce coding standards.
  • Style Compliance Checkers - Scans JavaScript source code against established style guides to report and correct violations.
  • JavaScript Style Linting - Enforces stylistic consistency and coding standards specifically for JavaScript source code.
  • AST-Based Source Transformations - Provides automated source code modifications by replacing identified syntax tree nodes to correct style errors.
  • Style Rule Configurations - Ships a JSON-based configuration system to customize the active style and formatting rules for the linting process.
  • AST Visitor Patterns - Utilizes the visitor design pattern to traverse the abstract syntax tree and trigger rule checks at each node.
  • Style Validation Engines - Evaluates the abstract syntax tree against independent logic checks to identify coding style violations.
  • Static Analysis AST Parsing - Implements a static analysis pipeline that parses JavaScript source code into abstract syntax trees to detect style violations.
  • Quality Assurance - JavaScript code style checker.

سجل النجوم

مخطط تاريخ النجوم لـ jscs-dev/node-jscsمخطط تاريخ النجوم لـ jscs-dev/node-jscs

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة jscs-dev/node-jscs؟

node-jscs هو أداة linting لـ JavaScript ومدقق لأسلوب الكود مصمم لتحليل الكود المصدري وفرض معايير برمجية متسقة. يعمل كأداة تحليل ثابت تحدد الأنماط في كود JavaScript لضمان الالتزام بأدلة الأسلوب المحددة.

ما هي الميزات الرئيسية لـ jscs-dev/node-jscs؟

الميزات الرئيسية لـ jscs-dev/node-jscs هي: JavaScript Formatters, Source Code Formatters, Code Formatting, Coding Style Tools, JavaScript Linters, Style Compliance Checkers, JavaScript Style Linting, AST-Based Source Transformations.

ما هي البدائل مفتوحة المصدر لـ jscs-dev/node-jscs؟

تشمل البدائل مفتوحة المصدر لـ jscs-dev/node-jscs: mdevils/node-jscs — node-jscs is a static code analysis tool and JavaScript code style linter. It functions as a JavaScript code formatter… xojs/xo — xo is a zero-configuration linting tool for JavaScript and TypeScript. It functions as a wrapper for the ESLint… sindresorhus/xo — xo is a zero-config linting tool and ESLint wrapper that provides opinionated default rules for JavaScript and… standard/semistandard — Semistandard is a static analysis tool and automated code formatter designed to enforce consistent JavaScript syntax… jshint/jshint — JSHint is a JavaScript static analysis tool and linter designed to detect errors and enforce coding standards. It… google/google-java-format — google-java-format is a Java code formatter and style enforcement tool. It reformats Java source code to adhere to a…

بدائل مفتوحة المصدر لـ Node Jscs

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Node Jscs.
  • mdevils/node-jscsالصورة الرمزية لـ mdevils

    mdevils/node-jscs

    4,935عرض على GitHub↗

    node-jscs is a static code analysis tool and JavaScript code style linter. It functions as a JavaScript code formatter that enforces a consistent style guide and formatting rules across source code. The project manages team coding standards by checking source code against defined style rules to maintain visual consistency. It provides a JavaScript linting workflow that identifies style violations and performs automated code formatting to resolve inconsistencies. The system utilizes AST-based static analysis to verify stylistic rules without executing the code. It employs rule-based pattern m

    JavaScript
    عرض على GitHub↗4,935
  • xojs/xoالصورة الرمزية لـ xojs

    xojs/xo

    7,977عرض على GitHub↗

    xo is a zero-configuration linting tool for JavaScript and TypeScript. It functions as a wrapper for the ESLint engine, providing a set of strict default rules and static analysis to enforce professional coding standards without requiring manual configuration files. The tool distinguishes itself by providing a zero-config runtime that automatically determines parser settings and linting rules at execution time. It includes a code style formatter to standardize indentation and syntax across all project files. The project covers automated error correction and source code formatting to eliminat

    TypeScript
    عرض على GitHub↗7,977
  • sindresorhus/xoالصورة الرمزية لـ sindresorhus

    sindresorhus/xo

    7,977عرض على GitHub↗

    xo is a zero-config linting tool and ESLint wrapper that provides opinionated default rules for JavaScript and TypeScript. It functions as a static analysis tool to enforce code style and readability standards immediately upon installation without requiring manual configuration. The tool distinguishes itself by providing a zero-config development workflow that eliminates the need for complex configuration files. It supports incremental codebase cleanup by allowing users to ignore known violations through a suppressions file, facilitating the gradual adoption of strict rules in existing projec

    TypeScript
    عرض على GitHub↗7,977
  • 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

    JavaScript
    عرض على GitHub↗1,415
عرض جميع البدائل الـ 30 لـ Node Jscs→