UNPKG

eslint-plugin-ng-module-sort

Version:

Sort Angular and NestJS module imports, declarations, exports, controls, etc.

13 lines 386 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MODULE_PROPERTIES = exports.DECORATORS = void 0; exports.DECORATORS = ['NgModule', 'Component', 'Pipe', 'Decorator', 'Module']; exports.MODULE_PROPERTIES = [ 'imports', 'declarations', 'exports', 'providers', 'controllers', 'bootstrap', ]; //# sourceMappingURL=constants.js.map