UNPKG

eslint-plugin-playlyfe

Version:
15 lines (11 loc) 257 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = isLocaleFile; function isLocaleFile(filePath) { if (filePath === '<input>') { return true; } // Required for test return filePath.match(/i18n/); }