We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d26385 commit 36addc5Copy full SHA for 36addc5
README.md
@@ -1,17 +1,16 @@
1
-<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
2
-
3
-## index
+## Eslint Config (React)
4
5
Eslint config for React.
6
7
-### Examples
+### Example
8
9
```javascript
10
module.exports = {
11
root: true,
12
extends: [
13
- "@alexseitsinger/eslint-config-base",
+ ...
14
"@alexseitsinger/eslint-config-react",
15
],
16
}
17
```
0 commit comments