awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
CSSLint avatar

CSSLint/csslint

0
View on GitHub↗
4,805 stars·475 forks·JavaScript·7 vuescsslint.net↗

Csslint

Ce projet est un linter CSS et un outil d'analyse statique conçu pour identifier les erreurs de syntaxe, les défauts de logique et les modèles problématiques dans les feuilles de style en cascade (CSS). Il fonctionne comme un validateur en ligne de commande qui vérifie la qualité du code et applique des normes de style et de codage cohérentes sans nécessiter de navigateur web.

L'analyseur se distingue en incorporant un audit d'accessibilité web pour détecter les modèles qui entravent les utilisateurs handicapés. Il effectue également une vérification de la compatibilité des navigateurs pour identifier les hacks non standard et les préfixes de fournisseur manquants, et fournit une analyse d'optimisation des performances pour améliorer les vitesses de rendu.

L'outil couvre un large éventail de capacités, notamment l'application de normes de maintenabilité, l'identification d'erreurs de logique comme les propriétés en double, et la validation de la syntaxe CSS générale. Il prend en charge la création de règles de linting personnalisées et fournit un pipeline de règles configurable où les avertissements peuvent être supprimés ligne par ligne.

L'intégration est prise en charge via une interface de ligne de commande, des hooks Git et des pipelines de build d'intégration continue, avec la possibilité d'exporter les résultats sous forme de rapports XML pour la surveillance.

Features

  • Static Analysis Engines - Provides a static analysis engine that scans CSS files for syntax errors, logic flaws, and problematic patterns without execution.
  • CSS Linters - Functions as a static analysis tool that identifies errors and enforces coding conventions specifically for CSS.
  • CLI Accessibility Auditors - Provides a command-line tool for analyzing CSS source files for accessibility compliance without requiring a browser.
  • Command Line Analysis Tools - Provides a terminal-based interface for scanning CSS files and directories to identify syntax errors and problematic patterns.
  • CSS Syntax Validators - Provides a command-line interface for verifying CSS syntax and quality without requiring a web browser.
  • Static Analysis Tools - Implements a static analysis engine to validate CSS code structure and identify problematic patterns.
  • Abstract Syntax Tree Parsing - Implements a parser that converts CSS text into a structured tree for precise syntax and logic analysis.
  • CSS Style Enforcement - Enforces consistent coding standards and maintainability rules across CSS codebases for multiple developers.
  • Validation Rule Engines - Evaluates parsed CSS against a set of independent logic checks to identify style and accessibility violations.
  • Syntax Tree Analysis - Uses abstract syntax tree parsing to identify syntax errors and problematic patterns in CSS.
  • CSS Syntax Error Detection - Identifies mistyped characters and invalid CSS code to prevent browser parsing errors and rendering inconsistencies.
  • Static Logic Error Detection - Identifies potential logic flaws such as duplicate properties and empty rules via static analysis.
  • Custom Lint Rule Definitions - Supports the definition of custom linting patterns and validation logic to enforce project-specific coding standards.
  • Browser Compatibility Verification - Detects non-standard CSS hacks and missing vendor prefixes to ensure consistent rendering across different web browsers.
  • Git Hooks - Includes support for executing linting checks during Git pre-commit hooks to prevent problematic code from being merged.
  • Build Pipeline Integrations - Enables the embedding of CSS static analysis as an automated quality gate within CI/CD build pipelines.
  • CI/CD Pipeline Integrations - Integrates CSS static analysis into continuous integration and deployment workflows to catch errors before production.
  • Linting Rule Configurations - Offers a system to toggle specific linting checks and set severity levels via external configuration files or CLI arguments.
  • Warning Suppressions - Allows developers to ignore specific linting rules on a per-line basis to handle exceptions.
  • Accessibility Auditing - Scans CSS for patterns that hinder users with disabilities, such as missing focus outlines and poor color contrast.
  • CSS Selector Performance Analysis - Analyzes selectors and properties to identify opportunities for reducing file sizes and improving rendering speeds.
  • Accessibility Auditing Tools - Provides automated scanning of CSS to detect patterns that hinder users with disabilities and violate accessibility standards.
  • Stylesheet Maintainability Standards - Enforces standards for property ordering and declaration limits to ensure long-term stylesheet maintainability.
  • CSS Vendor Prefix & Hack Detection - Detects non-standard hacks and missing vendor prefixes to ensure consistent cross-browser rendering.

Historique des stars

Graphique de l'historique des stars pour csslint/csslintGraphique de l'historique des stars pour csslint/csslint

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Csslint

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Csslint.
  • stylelint/stylelintAvatar de stylelint

    stylelint/stylelint

    11,484Voir sur GitHub↗

    Stylelint is a static code analysis tool and linter for CSS and style-like languages. It identifies errors, enforces coding conventions, and operates as a PostCSS plugin to validate stylesheets during build pipelines. The project distinguishes itself through support for non-standard syntaxes, including preprocessor parsing for SCSS and Less, and the ability to extract and lint embedded styles from JavaScript, HTML, and template literals. It features an automated fixing system that programmatically corrects repairable styling violations to ensure consistency. The system provides a plugin arch

    JavaScript
    Voir sur GitHub↗11,484
  • dequelabs/axe-coreAvatar de dequelabs

    dequelabs/axe-core

    6,900Voir sur GitHub↗

    axe-core is an automated accessibility testing engine and compliance auditor designed to scan web and mobile interfaces for violations of industry accessibility standards. It functions as a programmatic scanner and linter that analyzes HTML and source code to identify barriers and verify compliance with accessibility guidelines. The project distinguishes itself by combining a DOM-based rule engine with computer vision and machine learning to detect complex violations that evade traditional analysis, such as visual heading discrepancies and informative images. It provides specialized capabilit

    JavaScripta11yaccessibilityaxe
    Voir sur GitHub↗6,900
  • palantir/tslintAvatar de palantir

    palantir/tslint

    5,907Voir sur GitHub↗

    TSLint is an extensible static analysis tool that checks TypeScript source files against a configurable set of lint rules. It scans code by walking the parsed TypeScript abstract syntax tree, applying rule objects to detect readability, maintainability, and functionality errors. The tool supports rule severity configuration, inline suppression through comment directives, and automatic attachment of fix objects for correcting violations. The project provides a framework for developing custom lint rules and formatters, allowing teams to enforce project-specific coding conventions beyond the bui

    TypeScriptlinterlinting-rulesocto-correct-managed
    Voir sur GitHub↗5,907
  • brigade/scss-lintAvatar de brigade

    brigade/scss-lint

    3,668Voir sur GitHub↗

    scss-lint is a static analysis tool and configurable style validator for SCSS stylesheets. It identifies syntax errors and enforces coding style consistency in CSS preprocessor files before they are compiled. The project provides an extensibility system for loading custom linting rules from local directories or external libraries. It allows for the definition of project-specific style standards and supports the creation of baseline configurations to facilitate incremental code cleanup. The tool includes capabilities for source control management hook integration and source preprocessing via

    Ruby
    Voir sur GitHub↗3,668
Voir les 30 alternatives à Csslint→

Questions fréquentes

Que fait csslint/csslint ?

Ce projet est un linter CSS et un outil d'analyse statique conçu pour identifier les erreurs de syntaxe, les défauts de logique et les modèles problématiques dans les feuilles de style en cascade (CSS). Il fonctionne comme un validateur en ligne de commande qui vérifie la qualité du code et applique des normes de style et de codage cohérentes sans nécessiter de navigateur web.

Quelles sont les fonctionnalités principales de csslint/csslint ?

Les fonctionnalités principales de csslint/csslint sont : Static Analysis Engines, CSS Linters, CLI Accessibility Auditors, Command Line Analysis Tools, CSS Syntax Validators, Static Analysis Tools, Abstract Syntax Tree Parsing, CSS Style Enforcement.

Quelles sont les alternatives open-source à csslint/csslint ?

Les alternatives open-source à csslint/csslint incluent : stylelint/stylelint — Stylelint is a static code analysis tool and linter for CSS and style-like languages. It identifies errors, enforces… dequelabs/axe-core — axe-core is an automated accessibility testing engine and compliance auditor designed to scan web and mobile… palantir/tslint — TSLint is an extensible static analysis tool that checks TypeScript source files against a configurable set of lint… brigade/scss-lint — scss-lint is a static analysis tool and configurable style validator for SCSS stylesheets. It identifies syntax errors… jshint/jshint — JSHint is a JavaScript static analysis tool and linter designed to detect errors and enforce coding standards. It… snyk/cli — The Snyk CLI is a command-line security scanner that detects known vulnerabilities across open-source dependencies,…