1.2.0 • Published 1 year ago

@yext/eslint-plugin-export-star v1.2.0

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
1 year ago

eslint-plugin-export-star

An eslint plugin for helping with export * statements in TypeScript projects.

Rules

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'],
}