Skip to content

Commit f6ce416

Browse files
committed
Update config documentation
1 parent 6dd1359 commit f6ce416

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,12 @@ module.exports = {
4141

4242
## What’s included
4343

44-
> See [`config.js`](./config.js) for full config defintion.
44+
> See [`config.js`](./config.js) for the config defintion, and [`semver.test.js.snap`](./src/__snapshots__/semver.test.js.snap) for the whole set of rules and settings.
4545
4646
### Extends
4747

48-
- [`eslint:recommended`](https://eslint.org/docs/rules/)
48+
- [`airbnb`](https://www.npmjs.com/package/eslint-config-airbnb)
4949
- [`prettier`](https://github.com/prettier/eslint-config-prettier)
5050
- [`prettier/react`](https://github.com/prettier/eslint-config-prettier)
5151

5252
### Custom rules
53-
54-
- [indent](https://eslint.org/docs/rules/indent): `error, 4`
55-
- [linebreak-style](https://eslint.org/docs/rules/linebreak-style): `error, unix`
56-
- [quotes](https://eslint.org/docs/rules/quotes): `error, single`
57-
- [jsx-quotes](https://eslint.org/docs/rules/jsx-quotes): `error, prefer-double`
58-
- [semi](https://eslint.org/docs/rules/semi): `error, always`
59-
- [react/jsx-uses-react](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-uses-react.md): `2`
60-
- [react/jsx-uses-vars](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-uses-vars.md): `2`
61-
- [react/react-in-jsx-scope](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/react-in-jsx-scope.md): `2`

0 commit comments

Comments
 (0)