awesome-repositories.com
Blog
awesome-repositories.com

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

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

felixge/node-style-guide

0
View on GitHub↗
4,992 Stars·900 Forks·JavaScript·9 Aufrufe

Node Style Guide

Dieses Projekt ist ein JavaScript-Styleguide und Node.js-Coding-Standard, der darauf ausgelegt ist, die Erstellung von konsistentem, wartbarem und lesbarem Code sicherzustellen. Er dient als umfassende Referenz für Namenskonventionen, Formatierung und Architekturmuster.

Das Projekt bietet eine Linting-Konfigurationsvorlage, die die automatische Durchsetzung dieser Standards ermöglicht. Dies umfasst vordefinierte Linting-Presets und eine Basis von Regeln, die für Logikprüfungen und automatische Formatierungen über eine Codebasis hinweg verwendet werden.

Die Richtlinien decken ein breites Spektrum an Standardisierungsfunktionen ab, einschließlich Code- und Dateiformatierung, der Implementierung spezifischer Coding-Patterns und der Definition von Namenskonventionen für Bezeichner. Diese Standards werden durch automatisierte Linting-Konfigurationen angewendet, um die Qualität in Entwicklungsworkflows aufrechtzuerhalten.

Features

  • Coding Standards - Establishes a curated set of style rules and linting configurations for consistent code quality.
  • JavaScript Style Guides - Provides a comprehensive reference for naming conventions and architectural patterns for JavaScript.
  • Node.js Development - Defines coding patterns and style guidelines optimized for the Node.js runtime environment.
  • Coding Standards - Provides a set of rules and best practices for writing maintainable Node.js and JavaScript code.
  • ESLint - Implements ESLint-based presets to automatically enforce stylistic consistency and logical rules.
  • Linting Configurations - Provides configurations for managing linter behavior and technical standards across a project.
  • Identifier Naming Conventions - Establishes strict casing rules for variables, classes, and constants to maintain readability.
  • Coding Standards Enforcement - Provides automated systems to enforce project guidelines and maintainability constraints.
  • JavaScript Style Linting - Specializes static analysis for enforcing stylistic consistency and coding standards in JavaScript.
  • JavaScript - Establishes comprehensive formatting and naming guidelines tailored specifically for JavaScript development.
  • Lint Rule Presets - Groups stylistic rules into shareable presets that can be adopted by other projects.
  • Naming Conventions - Defines specific casing and identifier rules to ensure a predictable naming structure.
  • Whitespace Enforcement - Defines consistent rules for line endings and whitespace to prevent cross-platform formatting discrepancies.
  • Formatting Enforcement - Enforces consistent rules for indentation, line length, and quote usage to ensure uniform visual structure.
  • Formatting Configurations - Provides centralized settings to control indentation and whitespace for consistent code layout.
  • Static Code Analysis - Analyzes source code without execution to detect style violations and programmatic errors.
  • JSON Configuration Schemas - Uses structured JSON files to define and share coding standards across different environments.
  • Coding Best Practices - Applies best practices for function and variable management to reduce codebase complexity.
  • JavaScript Standards and Style - Style guide for Node.js development.
  • Platform and API Guidelines - Style guide for Node.js and JavaScript code.
  • Programming Languages - Style guide for Node.js and JavaScript code.
  • Web Development Guides - Best practices for Node.js development.

Star-Verlauf

Star-Verlauf für felixge/node-style-guideStar-Verlauf für felixge/node-style-guide

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht felixge/node-style-guide?

Dieses Projekt ist ein JavaScript-Styleguide und Node.js-Coding-Standard, der darauf ausgelegt ist, die Erstellung von konsistentem, wartbarem und lesbarem Code sicherzustellen. Er dient als umfassende Referenz für Namenskonventionen, Formatierung und Architekturmuster.

Was sind die Hauptfunktionen von felixge/node-style-guide?

Die Hauptfunktionen von felixge/node-style-guide sind: Coding Standards, JavaScript Style Guides, Node.js Development, ESLint, Linting Configurations, Identifier Naming Conventions, Coding Standards Enforcement, JavaScript Style Linting.

Welche Open-Source-Alternativen gibt es zu felixge/node-style-guide?

Open-Source-Alternativen zu felixge/node-style-guide sind unter anderem: rwaldron/idiomatic.js — This project is a JavaScript style guide and a set of coding standards designed to ensure codebase consistency. It… jsx-eslint/eslint-plugin-react — This project is an ESLint plugin and static analysis tool designed to enforce best practices, prevent bugs, and… necolas/idiomatic-css — Idiomatic CSS is a CSS style guide and architecture standard designed to ensure the creation of consistent and… airbnb/javascript — This project provides a comprehensive set of coding standards and style guidelines for JavaScript development. It… raywenderlich/swift-style-guide — This project is a collection of Swift coding standards and static analysis rules designed to ensure consistency across… airbnb/ruby — This project provides a collection of coding standard specifications, style guides, and configuration assets used to…

Open-Source-Alternativen zu Node Style Guide

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Node Style Guide.
  • rwaldron/idiomatic.jsR

    rwaldron/idiomatic.js

    25,712Auf GitHub ansehen↗

    This project is a JavaScript style guide and a set of coding standards designed to ensure codebase consistency. It provides a collection of best practices for writing maintainable and idiomatic code, focusing on variable naming, type checking, and execution context. The project serves as a static analysis guide, offering frameworks and guidelines for using linters and automated tools to identify bugs and verify code correctness before deployment. It establishes standards for formatting, syntax, and variable declarations to standardize code style across a project. The scope of the project cov

    Auf GitHub ansehen↗25,712
  • jsx-eslint/eslint-plugin-reactAvatar von jsx-eslint

    jsx-eslint/eslint-plugin-react

    9,287Auf GitHub ansehen↗

    This project is an ESLint plugin and static analysis tool designed to enforce best practices, prevent bugs, and maintain code quality in React projects. It functions as a specialized JSX linter that analyzes the syntax and structure of components to detect anti-patterns and API misuse. The plugin distinguishes itself by providing deep analysis of React-specific patterns, such as detecting state race conditions, preventing nested component definitions, and identifying unstable references that cause unnecessary re-renders. It also includes security hardening rules to identify vulnerabilities li

    JavaScriptdevelopmentecmascripteslint
    Auf GitHub ansehen↗9,287
  • necolas/idiomatic-cssAvatar von necolas

    necolas/idiomatic-css

    6,656Auf GitHub ansehen↗

    Idiomatic CSS is a CSS style guide and architecture standard designed to ensure the creation of consistent and maintainable styles. It provides a set of standardized rules and conventions for writing idiomatic CSS code, functioning as both a formatting specification and a general guide for style organization. The project focuses on CSS preprocessor best practices, specifically providing guidelines to manage nesting depth and selector specificity to avoid complex cascades. It further distinguishes itself through structured documentation patterns and component sectioning to improve the long-ter

    Auf GitHub ansehen↗6,656
  • airbnb/javascriptAvatar von airbnb

    airbnb/javascript

    148,081Auf GitHub ansehen↗

    This project provides a comprehensive set of coding standards and style guidelines for JavaScript development. It covers fundamental language syntax, formatting conventions, and best practices for managing variables, functions, objects, and modern language features. The documentation serves as a reference for maintaining consistent code quality across projects. In addition to general language standards, the guide includes specific conventions for building and organizing user interface components. These guidelines address structural patterns, component lifecycle management, and stylistic rules

    JavaScriptarrow-functionses2015es2016
    Auf GitHub ansehen↗148,081
  • Alle 30 Alternativen zu Node Style Guide anzeigen→