UNPKG

@conarti/eslint-plugin-feature-sliced

Version:
8 lines (7 loc) 218 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isPathRelative = void 0; function isPathRelative(path) { return path.startsWith('.'); } exports.isPathRelative = isPathRelative;