@@ -31,27 +31,27 @@ See the [tutorial](tutorial) directory for lots of example config files.
31
31
32
32
### Available rulesets
33
33
34
- #### For [ Node.js] [ nodejs-home ]
34
+ #### For [ Node.js] [ nodejs-docs ]
35
35
36
36
- @strv/javascript /environments/nodejs/v10
37
37
- @strv/javascript /environments/nodejs/v8-3
38
38
- @strv/javascript /environments/nodejs/v8
39
39
- @strv/javascript /environments/nodejs/v6
40
40
- @strv/javascript /environments/nodejs/optional
41
41
42
- #### For [ React] [ react-home ]
42
+ #### For [ React] [ react-docs ]
43
43
44
44
- @strv/javascript /environments/react/v16
45
45
- @strv/javascript /environments/react/v15
46
46
- @strv/javascript /environments/react/optional
47
47
- @strv/javascript /environments/react/accessibility
48
48
> This one contains rules specific to web accessibility best practices.
49
49
50
- #### For [ Flow] [ flow-home ]
50
+ #### For [ Flow] [ flow-docs ]
51
51
52
52
- @strv/javascript /environments/flow/recommended
53
53
54
- #### For [ Mocha] [ mocha-home ]
54
+ #### For [ Mocha] [ mocha-docs ]
55
55
56
56
- @strv/javascript /environments/mocha/recommended
57
57
@@ -75,7 +75,7 @@ This software is licensed under the **BSD-3-Clause License**. See the [LICENSE](
75
75
[ travis-url ] : https://travis-ci.org/strvcom/eslint-config-javascript
76
76
[ eslint-version ] : https://img.shields.io/badge/ESLint-^5.3.0-brightgreen.svg
77
77
[ eslint-fixing ] : http://eslint.org/docs/user-guide/command-line-interface#fix
78
- [ flow-home ] : https:// flow.org
79
- [ react-home ] : http://reactjs.com
80
- [ nodejs-home ] : https:// nodejs.org
81
- [ mocha-home ] : https://mochajs.org
78
+ [ flow-docs ] : environments/ flow
79
+ [ react-docs ] : environments/react
80
+ [ nodejs-docs ] : environments/ nodejs
81
+ [ mocha-docs ] : environments/mocha
0 commit comments