Skip to content

Commit

Permalink
[readme] fix typo in shareable config section in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
plbstl authored and ljharb committed Jul 22, 2024
1 parent 0be7ea9 commit cca288b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export default [
];
```

**Note**: Our shareable config do configure `files` or [`languageOptions.globals`](https://eslint.org/docs/latest/user-guide/configuring/configuration-files-new#configuration-objects).
**Note**: Our shareable configs do NOT configure `files` or [`languageOptions.globals`](https://eslint.org/docs/latest/user-guide/configuring/configuration-files-new#configuration-objects).
For most of the cases, you probably want to configure some of these properties yourself.

```js
Expand Down

0 comments on commit cca288b

Please sign in to comment.