UNPKG

eslint-plugin-path-supervisor

Version:

Plugin for checking the rules of absolute and relative paths in project

9 lines (7 loc) 158 B
function getImportLayer(importPath) { const segments = importPath?.split('/') return segments?.[0] } module.exports = { getImportLayer }