UNPKG

@dword-design/eslint-plugin-import-alias

Version:

An ESLint plugin that enforces the use of import aliases. Also supports autofixing.

7 lines 149 B
export default path => { const segments = path.split("/"); if (segments[0] === ".") { segments.shift(); } return segments[0] === ".."; };