@yext/eslint-plugin-export-star
v1.2.0
Published
An eslint plugin for helping with export * statements.
Downloads
16,207
Maintainers
Keywords
Readme
eslint-plugin-export-star
An eslint plugin for helping with export *
statements in TypeScript projects.
Rules
- Ensures that no duplicate identifiers are exported. (
no-duplicate-exports
)
Configs
We offer one pre-built config, which is the "recommended" config. You can add it to your eslint config like this.
{
extends: ['plugin:@yext/export-star/recommended'],
}