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 115 B
export interface RuleSettings { maxDepth: number; suggested: boolean; } //# sourceMappingURL=types.d.ts.map