Skip to content

Commit d1e28a1

Browse files
committed
chore(prepare): rename rules' index.md to README.md
#21
1 parent 96767a3 commit d1e28a1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ Uncomment if will be needed
3030
-->
3131

3232
## Rules
33-
- [`import-order`](./rules/import-order/index.md)
34-
- [`public-api-boundaries`](./rules/public-api-boundaries/index.md)
35-
- [`layers-slices-boundaries`](./rules/layers-slices-boundaries/index.md)
33+
34+
- [`import-order`](./rules/import-order)
35+
- [`public-api-boundaries`](./rules/public-api-boundaries)
36+
- [`layers-slices-boundaries`](./rules/layers-slices-boundaries)
3637

3738
## Get Started
3839

@@ -61,6 +62,7 @@ Uncomment if will be needed
6162
```
6263

6364
## Customization
65+
6466
You can partially use the rules
6567

6668
```json
@@ -87,7 +89,6 @@ This plugin can be used also in TypeScript projects using `@typescript-eslint/es
8789
$ yarn add -D @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-import-resolver-typescript
8890
```
8991
90-
9192
2. Configure `@typescript-eslint/parser` as parser and setup the `eslint-import-resolver-typescript` resolver in the `.eslintrc` config file:
9293
9394
```json
@@ -103,7 +104,6 @@ This plugin can be used also in TypeScript projects using `@typescript-eslint/es
103104
}
104105
```
105106
106-
107107
## See also
108108
109109
- [FAQ](./FAQ.md)
File renamed without changes.

0 commit comments

Comments
 (0)