Skip to content

Commit

Permalink
Update docs/src/extend/shareable-configs.md
Browse files Browse the repository at this point in the history
Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
  • Loading branch information
bpmutter and mdjermanovic committed Feb 12, 2023
1 parent f05e772 commit 804381e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/extend/shareable-configs.md
Expand Up @@ -88,7 +88,7 @@ You can also omit the `eslint-config-` and it is automatically assumed by ESLint
}
```

You cannot use shareable configs with the ESLint CLI [`--config`](../use/command-line-interface#c---config) flag unless you explicitly specify the path to the module (e.g. `eslint --config node_modules/eslint-config-airbnb/index.js`).
You cannot use shareable configs with the ESLint CLI [`--config`](../use/command-line-interface#-c---config) flag.

### npm Scoped Modules

Expand Down

0 comments on commit 804381e

Please sign in to comment.