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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
mdevils avatar

mdevils/node-jscsArchived

0
View on GitHub↗
4,935 stars·501 forks·JavaScript·MIT·13 viewsjscs-dev.github.io↗

Node Jscs

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 matching and a visitor-pattern tree traversal to identify formatting violations, which are then resolved through automatic source transformation.

Features

  • JavaScript Style Linting - Performs static analysis to enforce stylistic consistency and coding standards specifically for JavaScript.
  • Coding Style Tools - Provides utilities to lint and enforce visual consistency across the entire JavaScript codebase.
  • JavaScript Formatters - Functions as an automated utility to reorganize JavaScript source code into a consistent, readable style.
  • JavaScript Linters - Provides static analysis to identify style violations and enforce a consistent style guide in JavaScript.
  • Style Correction Engines - Automatically modifies source code to correct formatting inconsistencies based on defined style rules.
  • Code Style Formatting - Analyzes source code and automatically fixes formatting inconsistencies to adhere to a defined style guide.
  • Configuration-Driven Analysis - Uses external configuration files to define the specific stylistic rules and checks applied during analysis.
  • AST Visitor Patterns - Implements the visitor design pattern to traverse the AST and trigger validation logic for specific node types.
  • Rule-Based Pattern Matching - Compares code structures against predefined style constraints using pattern matching to identify violations.
  • Team Configuration Standards - Allows teams to define and share configuration rulesets to ensure consistent formatting across projects.
  • Static Code Analysis Tools - Examines source code without execution to ensure adherence to project-wide coding and style standards.
  • Static Analysis AST Parsing - Parses JavaScript source code into abstract syntax trees to identify stylistic violations without execution.
  • Code Quality and Linting - Code style checker for enforcing consistent JavaScript coding conventions.

Star history

Star history chart for mdevils/node-jscsStar history chart for mdevils/node-jscs

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Node Jscs

Similar open-source projects, ranked by how many features they share with Node Jscs.
  • jscs-dev/node-jscsjscs-dev avatar

    jscs-dev/node-jscs

    4,936View on GitHub↗

    node-jscs is a JavaScript linter and code style checker designed to analyze source code and enforce consistent coding standards. It functions as a static analysis tool that identifies patterns in JavaScript code to ensure adherence to defined style guides. The project provides capabilities for both JavaScript code linting and automated code formatting. It can check source code for style violations and automatically correct those errors to align the codebase with a specified set of formatting rules.

    JavaScript
    View on GitHub↗4,936
  • standard/semistandardstandard avatar

    standard/semistandard

    1,415View on 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
    View on GitHub↗1,415
  • php-cs-fixer/php-cs-fixerPHP-CS-Fixer avatar

    PHP-CS-Fixer/PHP-CS-Fixer

    13,463View on GitHub↗

    This tool is a command-line utility designed to automatically detect and correct coding standard violations in PHP source files. It functions as a static analysis and refactoring engine that ensures consistent project-wide formatting by applying predefined community conventions or custom organizational rules. The project distinguishes itself through a modular rule-based engine that supports both automated style correction and codebase modernization. It allows developers to update legacy syntax to align with newer language versions and testing framework requirements, facilitating the adoption

    PHPcode-standardscode-stylephp
    View on GitHub↗13,463
  • standard/standardstandard avatar

    standard/standard

    29,431View on 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

    JavaScriptdevelopmentecmascriptes6
    View on GitHub↗29,431
See all 30 alternatives to Node Jscs→

Frequently asked questions

What does mdevils/node-jscs do?

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.

What are the main features of mdevils/node-jscs?

The main features of mdevils/node-jscs are: JavaScript Style Linting, Coding Style Tools, JavaScript Formatters, JavaScript Linters, Style Correction Engines, Code Style Formatting, Configuration-Driven Analysis, AST Visitor Patterns.

What are some open-source alternatives to mdevils/node-jscs?

Open-source alternatives to mdevils/node-jscs include: jscs-dev/node-jscs — node-jscs is a JavaScript linter and code style checker designed to analyze source code and enforce consistent coding… standard/semistandard — Semistandard is a static analysis tool and automated code formatter designed to enforce consistent JavaScript syntax… php-cs-fixer/php-cs-fixer — This tool is a command-line utility designed to automatically detect and correct coding standard violations in PHP… standard/standard — Standard is a suite of static analysis tools for JavaScript, comprising a linter, formatter, and a predefined style… rubocop-hq/rubocop — RuboCop is a static code analyzer, linter, and formatter for the Ruby language. It detects style violations, potential… you-dont-need/you-dont-need-lodash-underscore — This project is a dependency reduction tool and ESLint plugin designed to remove heavy utility libraries from…