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
**Note**: This configuration will also enable JSX in [parser options](http://eslint.org/docs/user-guide/configuring#specifying-parser-options).
181
-
182
177
## All
183
178
184
179
This plugin also exports an `all` configuration that includes every available rule.
@@ -193,6 +188,8 @@ This pairs well with the `eslint:all` rule.
193
188
}
194
189
```
195
190
191
+
**Note**: These configurations will import `eslint-plugin-react` and enable JSX in [parser options](http://eslint.org/docs/user-guide/configuring#specifying-parser-options).
192
+
196
193
# License
197
194
198
195
ESLint-plugin-React is licensed under the [MIT License](http://www.opensource.org/licenses/mit-license.php).
0 commit comments