eslint-plugin-ng-module-export-order
v0.0.1-beta
Published
angular library export validator.
Downloads
3
Readme
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