Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix typo #16288

Merged
merged 1 commit into from Sep 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/src/user-guide/configuring/configuration-files-new.md
Expand Up @@ -561,5 +561,3 @@ npx eslint -c some-other-file.js **/*.js
```

In this case, ESLint will not search for `eslint.config.js` and will instead use `some-other-file.js`.

Each configuration file exports one or more configuration object. A configuration object
Comment on lines -564 to -565
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure, maybe more lines were meant to be added here? cc @nzakas

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like this was copy-pasted from earlier in the page, so it’s safe to remove.