File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,10 @@ Uncomment if will be needed
30
30
-->
31
31
32
32
## 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 )
36
37
37
38
## Get Started
38
39
@@ -61,6 +62,7 @@ Uncomment if will be needed
61
62
` ` `
62
63
63
64
# # Customization
65
+
64
66
You can partially use the rules
65
67
66
68
` ` ` json
@@ -87,7 +89,6 @@ This plugin can be used also in TypeScript projects using `@typescript-eslint/es
87
89
$ yarn add -D @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-import-resolver-typescript
88
90
```
89
91
90
-
91
92
2. Configure `@typescript-eslint/parser` as parser and setup the `eslint-import-resolver-typescript` resolver in the `.eslintrc` config file:
92
93
93
94
```json
@@ -103,7 +104,6 @@ This plugin can be used also in TypeScript projects using `@typescript-eslint/es
103
104
}
104
105
```
105
106
106
-
107
107
## See also
108
108
109
109
- [FAQ](./FAQ.md)
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments