UNPKG

eslint-plugin-boundaries

Version:

Eslint plugin checking architecture boundaries between elements

8 lines (7 loc) 357 B
/** * The default name of the plugin */ export declare const PLUGIN_NAME: "boundaries"; export declare const PLUGIN_ENV_VARS_PREFIX: "ESLINT_PLUGIN_BOUNDARIES"; export declare const REPO_URL: "https://github.com/javierbrea/eslint-plugin-boundaries"; export declare const PLUGIN_ISSUES_URL: "https://github.com/javierbrea/eslint-plugin-boundaries/issues";