@lint-ts-index/core
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

@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!

⚠️ 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.

Readme

Keywords

none

Package Sidebar

Install

npm i @lint-ts-index/core

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

41.7 kB

Total Files

26

Last publish

Collaborators

  • _bbenoist_