3 Repos
Automated alphabetical ordering of properties passed to components.
Distinct from Prop Transformations: Distinct from prop transformations: focuses on the visual order of props rather than modifying the data they carry.
Explore 3 awesome GitHub repositories matching user interface & experience · Prop Sorting. 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
Enforces alphabetical ordering of props in elements to make them easier to locate and maintain.
This project is a Prettier plugin and Tailwind CSS class sorter that automatically organizes utility classes into a consistent and recommended order. It functions as a frontend styling formatter and CSS utility organizer, removing duplicate classes and sorting style attributes across HTML and JavaScript files. The tool ensures consistent markup formatting by ordering utility classes within HTML attributes, template literals, JavaScript expressions, and custom framework props. It integrates with Tailwind CSS configuration files and stylesheets to synchronize sorting behavior with custom theme
Reorders utility classes found within non-standard attributes or framework props.
Dies ist ein Code-Formatter für Blade-Template-Dateien, der Einrückungen und Abstände innerhalb des VS Code-Editors standardisiert. Er fungiert als Template-Formatter und HTML-Attribut-Sorter, der Syntax und Layout basierend auf benutzerdefinierten oder vorgegebenen Stilregeln bereinigt. Das Tool zeichnet sich dadurch aus, dass es automatisch HTML-Attribute organisiert und Tailwind CSS-Utility-Klassen in eine vorhersehbare Reihenfolge bringt. Es verwendet ein JSON-konfigurierbares System, um projektspezifische Regeln und Ausschlusslisten zu laden, wodurch Teams Code-Stile synchronisieren und Versionskonflikte vermeiden können. Zu den umfassenden Funktionen gehören die Verwaltung des Formatierungsumfangs durch globale Ignorierlisten oder Inline-Kommentare, die Validierung von Konfigurationsdateien anhand eines formalen Schemas sowie die Anpassung von Einrückungs- und Leerzeichenregeln. Das Projekt integriert sich über das Language Server Protocol in den Editor.
Reorganizes HTML attributes based on alphabetical or custom regular expression patterns.