You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Use [our preset](#recommended) to get reasonable defaults:
30
30
]
31
31
```
32
32
33
-
You should also specify settings that will be shared across all the plugin rules.
33
+
You should also specify settings that will be shared across all the plugin rules. ([More about eslint shared settings](https://eslint.org/docs/user-guide/configuring#adding-shared-settings))
34
34
35
35
```json5
36
36
{
@@ -41,6 +41,8 @@ You should also specify settings that will be shared across all the plugin rules
41
41
"pragma":"React", // Pragma to use, default to "React"
42
42
"version":"detect", // React version. "detect" automatically picks the version you have installed.
43
43
// You can also use `16.0`, `16.3`, etc, if you want to override the detected value.
0 commit comments