We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b95e4b commit 9c7ff06Copy full SHA for 9c7ff06
README.md
@@ -85,6 +85,17 @@ Uncomment if will be needed
85
+ 'Violated usage of modules Public API | https://git.io/Jymjf'
86
```
87
88
+3. You can use *warnings* instead of *errors* for specific rules
89
+
90
+ ```json
91
+ // feature-sliced/import-order
92
+ "import/order": "warn" // ~ 1,
93
+ // feature-sliced/public-api
94
+ "import/no-internal-modules": "warn" // ~ 1,
95
+ // feature-sliced/layers-slices
96
+ "boundaries/element-types": "warn" // ~ 1,
97
+ ```
98
99
## TypeScript
100
101
This plugin can be used also in TypeScript projects using `@typescript-eslint/eslint-plugin`. Follow next steps to configure it:
0 commit comments