Skip to content

Commit 2e083ab

Browse files
committed
docs: update ESLint guide links and add Independent Modules Architecture documentation
1 parent 6210d10 commit 2e083ab

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

documentation/docs/04-Guides/09-ESLint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Version 5.0 introduces powerful ESLint rules that enforce project structure, cod
1111
These rules help maintain consistency and prevent common architectural issues as your project grows.
1212

1313
:::tip Architecture & Module Independence
14-
This guide covers **ESLint configuration and technical rules**. For a high-level understanding of the architectural model, layer hierarchy, and module dependency rules, see the [Independent Modules Architecture](/docs/independent-modules) guide.
14+
This guide covers **ESLint configuration and technical rules**. For a high-level understanding of the architectural model, layer hierarchy, and module dependency rules, see the [Independent Modules Architecture](/docs/independent-modules-architecture) guide.
1515

1616
Think of it this way:
1717

@@ -198,7 +198,7 @@ Prevents circular dependencies and enforces module boundaries:
198198
This creates a clear dependency hierarchy and prevents tight coupling.
199199

200200
:::info Learn More
201-
For a complete understanding of the module architecture, layer hierarchy, and detailed import rules, see the dedicated guide: [Independent Modules Architecture](/docs/independent-modules)
201+
For a complete understanding of the module architecture, layer hierarchy, and detailed import rules, see the dedicated guide: [Independent Modules Architecture](/docs/independent-modules-architecture).
202202
:::
203203

204204
### 2. eslint-plugin-perfectionist

documentation/docs/04-Guides/10-Independent-Modules.mdx renamed to documentation/docs/04-Guides/10-Independent-Modules.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
---
2+
slug: /independent-modules-architecture
3+
sidebar_label: Independent Modules Architecture
24
title: Independent Modules Architecture
35
description: Understanding the modular architecture and dependency rules in the React Native Boilerplate
6+
id: independent-modules-architecture
7+
keywords:
8+
[
9+
eslint,
10+
project structure,
11+
code quality,
12+
linting,
13+
folder structure,
14+
independent modules,
15+
]
416
---
517

618
# Independent Modules Architecture

0 commit comments

Comments
 (0)