File tree Expand file tree Collapse file tree 5 files changed +3
-235
lines changed
Expand file tree Collapse file tree 5 files changed +3
-235
lines changed Original file line number Diff line number Diff line change 99🔧 Automatically fixable by the [ ` --fix ` CLI option] ( https://eslint.org/docs/user-guide/command-line-interface#--fix ) .\
1010💡 Manually fixable by [ editor suggestions] ( https://eslint.org/docs/latest/use/core-concepts#rule-suggestions ) .
1111
12- | Name | Description | 🔧 | 💡 |
13- | :------------------------------------------------- | :---------------------------------------------------------------------------------- | :-- | :-- |
14- | [ classnames-order] ( docs/rules/classnames-order.md ) | Enforces a consistent order for the Tailwind CSS classnames, based on the compiler. | 🔧 | 💡 |
15- | [ my-rule] ( docs/rules/my-rule.md ) | An example ESLint rule | | 💡 |
12+ | Name | Description | 🔧 | 💡 |
13+ | :------------------------------------------------- | :---------------------------------------------------------------------------------- | :- | :- |
14+ | [ classnames-order] ( docs/rules/classnames-order.md ) | Enforces a consistent order for the Tailwind CSS classnames, based on the compiler. | 🔧 | 💡 |
1615
1716<!-- end auto-generated rules list -->
1817
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22 classnamesOrder ,
33 RULE_NAME as CLASSNAMES_ORDER ,
44} from "./classnames-order" ;
5- import { myRule , RULE_NAME as MY_RULE } from "./my-rule" ;
65
76export const rules = {
87 [ CLASSNAMES_ORDER ] : classnamesOrder ,
9- [ MY_RULE ] : myRule ,
108} ;
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments