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
·

2 dépôts

Awesome GitHub RepositoriesJSX Syntax Validation

Validation of JSX markup for structural and stylistic correctness.

Distinct from Syntax Validators: Specifically targets JSX syntax and style (indentation, spacing) rather than general markup or email templates.

Explore 2 awesome GitHub repositories matching web development · JSX Syntax Validation. Refine with filters or upvote what's useful.

Awesome JSX Syntax Validation GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • jsx-eslint/eslint-plugin-reactAvatar de jsx-eslint

    jsx-eslint/eslint-plugin-react

    9,287Voir sur GitHub↗

    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

    Validates JSX markup for structural and stylistic correctness, including indentation and bracket placement.

    JavaScriptdevelopmentecmascripteslint
    Voir sur GitHub↗9,287
  • yannickcr/eslint-plugin-reactAvatar de yannickcr

    yannickcr/eslint-plugin-react

    9,286Voir sur GitHub↗

    This project is a React ESLint plugin and static analysis tool designed to validate React component syntax and enforce recommended framework patterns. It functions as a JavaScript static analysis utility that scans source code to identify errors and maintain consistent coding standards. The plugin focuses on the enforcement of React best practices and the prevention of common bugs, such as missing keys in iterators and improper prop usage. It provides a system for validating JSX syntax and style to ensure a uniform codebase. The tool covers broader capabilities in frontend code quality autom

    Provides a validator for JSX markup to ensure consistent indentation, bracket placement, and attribute spacing.

    JavaScript
    Voir sur GitHub↗9,286
  1. Home
  2. Web Development
  3. Markup Compilers
  4. Syntax Validators
  5. JSX Syntax Validation