0.1.1 • Published 3 years ago

@lint-ts-index/core v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@lint-ts-index/core

GitHub tag (latest SemVer) License GitHub issues

Purpose of this tool is to check that every files or subdirectories are exported in their corresponding index.ts files.

foo.ts is not exported in index.ts
If you believe it's an error, please add an exclusion in .indexignore

Have you ever forget to export the content of a new source file into the index.ts file of it's parent directory? Not anymore!

:warning: This project is still experimental and subject to important changes. Use it at your own risk

Installation

npm install @lint-ts-index/core

Usage

See Api Documentation.

See also

License

This project is licensed under the MIT license which you can find a copy in the LICENSE file.