Skip to content

Commit 5d10a5f

Browse files
pfhayesyannickcr
authored andcommitted
Fix README
1 parent 063e343 commit 5d10a5f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -149,18 +149,6 @@ To enable this configuration use the `extends` property in your `.eslintrc` conf
149149
}
150150
```
151151

152-
This plugin also exports an `all` configuration that includes every available rule.
153-
This pairs well with the `eslint:all` rule.
154-
155-
```js
156-
{
157-
"plugins": [
158-
"react"
159-
],
160-
"extends": ["eslint:all", "plugin:react/all"]
161-
}
162-
```
163-
164152
See [ESLint documentation](http://eslint.org/docs/user-guide/configuring#extending-configuration-files) for more information about extending configuration files.
165153

166154
The rules enabled in this configuration are:
@@ -183,6 +171,18 @@ The rules enabled in this configuration are:
183171

184172
**Note**: This configuration will also enable JSX in [parser options](http://eslint.org/docs/user-guide/configuring#specifying-parser-options).
185173

174+
This plugin also exports an `all` configuration that includes every available rule.
175+
This pairs well with the `eslint:all` rule.
176+
177+
```js
178+
{
179+
"plugins": [
180+
"react"
181+
],
182+
"extends": ["eslint:all", "plugin:react/all"]
183+
}
184+
```
185+
186186
# License
187187

188188
ESLint-plugin-React is licensed under the [MIT License](http://www.opensource.org/licenses/mit-license.php).

0 commit comments

Comments
 (0)