Skip to content

Commit

Permalink
Docs: Remove Extraneous Dash (#14164)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhurlburtusa committed Mar 3, 2021
1 parent 6f4540e commit 3ba029f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-guide/shareable-configs.md
Expand Up @@ -93,7 +93,7 @@ You can also omit the `eslint-config` and it will be automatically assumed by ES
}
```

The module name can also be customized, just note that when using [scoped modules](https://docs.npmjs.com/misc/scope) it is not possible to omit the `eslint-config-` prefix. Doing so would result in package naming conflicts, and thus in resolution errors in most of cases. For example a package named `@scope/eslint-config-myconfig` vs `@scope/my-config`, since both are valid scoped package names, the configuration should be specified as:
The module name can also be customized, just note that when using [scoped modules](https://docs.npmjs.com/misc/scope) it is not possible to omit the `eslint-config-` prefix. Doing so would result in package naming conflicts, and thus in resolution errors in most of cases. For example a package named `@scope/eslint-config-myconfig` vs `@scope/myconfig`, since both are valid scoped package names, the configuration should be specified as:

```json
{
Expand Down

0 comments on commit 3ba029f

Please sign in to comment.