eslint-plugin-boundaries
Version:
Eslint plugin checking architecture boundaries between elements
11 lines (10 loc) • 461 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PLUGIN_ISSUES_URL = exports.REPO_URL = exports.PLUGIN_ENV_VARS_PREFIX = exports.PLUGIN_NAME = void 0;
/**
* The default name of the plugin
*/
exports.PLUGIN_NAME = "boundaries";
exports.PLUGIN_ENV_VARS_PREFIX = "ESLINT_PLUGIN_BOUNDARIES";
exports.REPO_URL = "https://github.com/javierbrea/eslint-plugin-boundaries";
exports.PLUGIN_ISSUES_URL = `${exports.REPO_URL}/issues`;