UNPKG

eslint-plugin-ng-module-sort

Version:

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

8 lines 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.rules = void 0; const decorator_array_items_1 = require("./rules/decorator-array-items"); exports.rules = { 'decorator-array-items': decorator_array_items_1.decoratorArrayItemsRule, }; //# sourceMappingURL=index.js.map