We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5326f commit 020d6b4Copy full SHA for 020d6b4
1 file changed
packages/eslint-plugin/README.md
@@ -26,6 +26,21 @@ Then update your `.eslintrc` config file:
26
}
27
```
28
29
+### Setting up the plugin on a monorepo
30
+
31
+Update your `.vscode/settings.json` by adding the directories of apps using the plugin:
32
33
+```json
34
+// .vscode/settings.json
35
+{
36
+ ...
37
+ "eslint.workingDirectories": [
38
+ "apps/yourFirstApp",
39
+ "apps/yourSecondApp"
40
+ ]
41
+}
42
+```
43
44
## Shareable configurations
45
46
This plugin exports multiple configurations that can be used in your `.eslintrc` config file:
0 commit comments