@orisomething/no-export-duplications
v0.0.8
Published
Find duplications of named exports inside JavaScript project.
Readme
No export duplications
Find duplications of named exports inside JavaScript project.
Installation
npm i -g @orisomething/no-export-duplicationsUsuage
After installation, when you inside a JavaScript / TypeScript project, just run:
no-export-duplicationsYou can add path as an argument when you want to check duplications in another project.
Notes
- Support JavaScript files including Flow (Current compiler
@babel/[email protected]) - Support TypeScript files (Current complier is
[email protected]) - List of globs that always ignored:
.test.{js,mjs,ts,tsx}.spec.{js,mjs,ts,tsx}.d.ts.flow- Everything in folders:
node_modulesflow-typeddistbuild
