You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of our effort to maintain consistent styling practices within our codebase, we need to implement the classnames-order rule in our ESLint configuration. This rule will help enforce a consistent order for class names in JSX elements, enhancing readability and maintainability.
Action Items
Add the "tailwindcss/classnames-order" with error value to eslint.config.mjs for the frontend
Write a TestComponent with tailwind syntax that would trigger this issue to verify that the rule works.
irais-valenzuela
changed the title
Add classnames-order rule to es-lint config rules
Add classnames-order rule to es-lint config rules on the frontend
Oct 29, 2024
Overview
As part of our effort to maintain consistent styling practices within our codebase, we need to implement the classnames-order rule in our ESLint configuration. This rule will help enforce a consistent order for class names in JSX elements, enhancing readability and maintainability.
Action Items
Resources/Instructions
Resources
The text was updated successfully, but these errors were encountered: