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
{{ message }}
This repository was archived by the owner on Mar 7, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: environments/react/README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,15 @@ In order to use this ruleset, you must install an extra ESLint plugin:
14
14
15
15
> Not all rules from the [react plugin][eslint-plugin-react] are configured in this ruleset yet. Input from React devs is required to finalise this. Basic functionality and some important rules are present, though.
16
16
17
-
### javascript/environments/react/latest
17
+
### @strv/javascript/environments/react/latest
18
18
19
19
Suitable for the latest version or React. This ruleset configures ESLint to recognise JSX syntax and enables some rules that make the linting process more natural.
Use this ruleset in conjunction with one of the version-specific configuration files. Provides additional safety checks to flag potentially unsafe code or patterns that are discouraged in favour of more established ones.
24
24
25
-
### javascript/environments/react/optional
25
+
### @strv/javascript/environments/react/optional
26
26
27
27
Use this ruleset in conjunction with any of the above. Provides additional insights into potential inconsistencies in the project.
0 commit comments