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
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,18 +149,6 @@ To enable this configuration use the `extends` property in your `.eslintrc` conf
149
149
}
150
150
```
151
151
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
-
164
152
See [ESLint documentation](http://eslint.org/docs/user-guide/configuring#extending-configuration-files) for more information about extending configuration files.
165
153
166
154
The rules enabled in this configuration are:
@@ -183,6 +171,18 @@ The rules enabled in this configuration are:
183
171
184
172
**Note**: This configuration will also enable JSX in [parser options](http://eslint.org/docs/user-guide/configuring#specifying-parser-options).
185
173
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
+
186
186
# License
187
187
188
188
ESLint-plugin-React is licensed under the [MIT License](http://www.opensource.org/licenses/mit-license.php).
0 commit comments