Skip to content

Commit c2f2ef6

Browse files
committed
refactor: remove 'Coming Soon' section from rules documentation
1 parent f62ad5a commit c2f2ef6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/rules.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@ Rules that help maintain consistent component organization and naming:
3939

4040
For a comprehensive list of planned rules and development timeline, see our [Roadmap](./roadmap.md).
4141

42-
### Coming Soon
43-
44-
| Rule | Priority | Description |
45-
| ------------------------------------------ | -------- | ---------------------------------------------------------- |
46-
| `vue-modular/enforce-module-exports` | High | Ensure modules expose functionality through index.ts files |
47-
| `vue-modular/enforce-import-boundaries` | High | Enforce proper import paths based on module structure |
48-
| `vue-modular/no-cross-module-store-access` | High | Prevent direct access to other modules' stores |
49-
5042
## Configuration
5143

5244
For detailed configuration examples and usage instructions, see the [main README](../README.md).

0 commit comments

Comments
 (0)