1.2.0 • Published 3 years ago
@yext/eslint-plugin-export-star v1.2.0
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'],
}