UNPKG

eslint-plugin-canonical

Version:
8 lines (7 loc) 215 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isIndexFile = void 0; const isIndexFile = (parsed) => { return parsed.name === 'index'; }; exports.isIndexFile = isIndexFile;