Skip to content

Commit 36addc5

Browse files
docs: Updates README.md.
1 parent 1d26385 commit 36addc5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
2-
3-
## index
1+
## Eslint Config (React)
42

53
Eslint config for React.
64

7-
### Examples
5+
### Example
86

97
```javascript
108
module.exports = {
119
root: true,
1210
extends: [
13-
"@alexseitsinger/eslint-config-base",
11+
...
1412
"@alexseitsinger/eslint-config-react",
13+
...
1514
],
1615
}
1716
```

0 commit comments

Comments
 (0)