Skip to content

Commit 86339fb

Browse files
authored
docs: typo and dead link (#1101)
1 parent 96c8cbb commit 86339fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ For example, to enable the `schema-recommended` config, enable it in your `.esli
219219

220220
### `prettier` rule
221221

222-
`eslint-plugin-prettier` supports `.graphql` files, and `v4.1.0` supports `graphql` blocks event better. You need to do the following:
222+
`eslint-plugin-prettier` supports `.graphql` files, and `v4.1.0` supports `graphql` blocks even better. You need to do the following:
223223

224224
```js
225225
module.exports = {
@@ -241,7 +241,7 @@ module.exports = {
241241
}
242242
```
243243

244-
You can take [`examples/prettier`](examples/prettier/.eslintrc.js) as example.
244+
You can take [`examples/prettier`](examples/prettier/.eslintrc.cjs) as example.
245245

246246
## Further Reading
247247

0 commit comments

Comments
 (0)