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.

5 lines 216 B
import { Rule } from 'eslint'; export declare const replaceBackSlashesWithForward: (path: string) => string; declare const rule: Rule.RuleModule; export default rule; //# sourceMappingURL=no-absolute-imports.d.ts.map