UNPKG

eslint-plugin-no-barrel-files

Version:

ESLint plugin to disallow [barrel files](https://github.com/basarat/typescript-book/blob/master/docs/tips/barrel.md).

5 lines 238 B
import { TSESLint } from '@typescript-eslint/utils'; type MessageIds = 'noReExport' | 'noExportAll'; declare const noBarrelFiles: TSESLint.RuleModule<MessageIds>; export default noBarrelFiles; //# sourceMappingURL=no-barrel-files.d.ts.map