Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit 802a840

Browse files
Fix React README info
1 parent 6d77526 commit 802a840

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

environments/react/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ In order to use this ruleset, you must install an extra ESLint plugin:
1414

1515
> 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.
1616
17-
### javascript/environments/react/latest
17+
### @strv/javascript/environments/react/latest
1818

1919
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.
2020

21-
### javascript/environments/react/best-practices
21+
### @strv/javascript/environments/react/best-practices
2222

2323
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.
2424

25-
### javascript/environments/react/optional
25+
### @strv/javascript/environments/react/optional
2626

2727
Use this ruleset in conjunction with any of the above. Provides additional insights into potential inconsistencies in the project.
2828

0 commit comments

Comments
 (0)