UNPKG

eslint-plugin-path

Version:

An ESLint plugin for enforcing consistent imports across project. In other words, it helps to replace all relatives import with absolutes dependinng on settings.

9 lines 250 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FILES = void 0; exports.FILES = { package: "package.json", tsconfig: "tsconfig.json", jsconfig: "jsconfig.json", }; //# sourceMappingURL=constants.js.map