eslint-plugin-ng-module-sort
Version:
Sort Angular and NestJS module imports, declarations, exports, controls, etc.
8 lines • 336 B
JavaScript
;
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_1.DECORATOR_ARRAY_ITEMS_NAME]: decorator_array_items_1.decoratorArrayItemsRule,
};
//# sourceMappingURL=index.js.map