UNPKG

monk-import-export

Version:

Simple import & export sorting ESLint plugin

7 lines (6 loc) 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.rules = void 0; const exports_1 = require("./rules/exports"); const imports_1 = require("./rules/imports"); exports.rules = { imports: imports_1.importsRule, exports: exports_1.exportsRule };