UNPKG

eslint-plugin-tis-imports

Version:

Eslint plugin for precise control of architectural restrictions. FSD, public api, hierarchy of entities in the project.

6 lines (5 loc) 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.restrictImportsRule = void 0; var rule_1 = require("./rule"); Object.defineProperty(exports, "restrictImportsRule", { enumerable: true, get: function () { return rule_1.restrictImportsRule; } });