1 repository
Standardization of the visual representation of boolean attributes in markup.
Distinct from Boolean Fields: Candidates focus on boolean logic and data fields, not the stylistic notation of attributes in JSX.
Explore 1 awesome GitHub repository matching software engineering & architecture · Attribute Notation Standards. Refine with filters or upvote what's useful.
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
Standardizes whether boolean attributes in markup are explicitly set to true or omitted for consistency.