0.0.8 • Published 5 years ago

@orisomething/no-export-duplications v0.0.8

Weekly downloads
67
License
MIT
Repository
github
Last release
5 years ago

No export duplications

Find duplications of named exports inside JavaScript project.

Installation

npm i -g @orisomething/no-export-duplications

Usuage

After installation, when you inside a JavaScript / TypeScript project, just run:

no-export-duplications

You can add path as an argument when you want to check duplications in another project.

Notes

  • Support JavaScript files including Flow (Current compiler @babel/parser@7.1.6)
  • Support TypeScript files (Current complier is typescript@3.1.6)
  • List of globs that always ignored:
    • .test.{js,mjs,ts,tsx}
    • .spec.{js,mjs,ts,tsx}
    • .d.ts
    • .flow
    • Everything in folders:
      • node_modules
      • flow-typed
      • dist
      • build
0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

6 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago