UNPKG

@conarti/eslint-plugin-feature-sliced

Version:
8 lines (7 loc) 298 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getSourceRangeWithoutQuotes = void 0; function getSourceRangeWithoutQuotes([rangeStart, rangeEnd]) { return [rangeStart + 1, rangeEnd - 1]; } exports.getSourceRangeWithoutQuotes = getSourceRangeWithoutQuotes;