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.

6 lines 241 B
export declare const rules: { noRelativeImports: import("eslint").Rule.RuleModule; noAbsoluteImports: import("eslint").Rule.RuleModule; onlyAbsoluteImports: import("eslint").Rule.RuleModule; }; //# sourceMappingURL=index.d.ts.map