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.

4 lines 140 B
import { Rule } from 'eslint'; declare const rule: Rule.RuleModule; export default rule; //# sourceMappingURL=only-absolute-imports.d.ts.map