0.0.1-beta • Published 10 months ago

eslint-plugin-ng-module-export-order v0.0.1-beta

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

Context

In angular when a library is exported the module should be the very last item in the index.ts. Sometimes this is not the case and this can lead to long debugging.

Purpose

To ensure code integrity and save time for developers this plugin has created to throw a build time error if the give module is not last in the index.ts