Skip to content

Commit 11de173

Browse files
cleaning
1 parent cfa69cd commit 11de173

File tree

5 files changed

+3
-235
lines changed

5 files changed

+3
-235
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@
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

docs/rules/my-rule.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/rules/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ import {
22
classnamesOrder,
33
RULE_NAME as CLASSNAMES_ORDER,
44
} from "./classnames-order";
5-
import { myRule, RULE_NAME as MY_RULE } from "./my-rule";
65

76
export const rules = {
87
[CLASSNAMES_ORDER]: classnamesOrder,
9-
[MY_RULE]: myRule,
108
};

src/rules/my-rule.spec.ts

Lines changed: 0 additions & 74 deletions
This file was deleted.

src/rules/my-rule.ts

Lines changed: 0 additions & 131 deletions
This file was deleted.

0 commit comments

Comments
 (0)