13 lines
310 B
Plaintext
13 lines
310 B
Plaintext
---
|
|
description: This rule enforces the defined folder structure for a React project, improving organization and maintainability.
|
|
globs: src/**/*
|
|
---
|
|
- Enforce the following folder structure:
|
|
- src/
|
|
- components/
|
|
- hooks/
|
|
- useQueries/
|
|
- useMutations/
|
|
- pages/
|
|
- utils/
|
|
- api/ |