UNPKG

@airbnb/config-eslint

Version:
12 lines (11 loc) 357 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const nimbus_common_1 = require("@airbnb/nimbus-common"); exports.interfaceVersion = 2; function resolve(source) { if (source.match(nimbus_common_1.GQL_EXT_PATTERN)) { return { found: true, path: null }; } return { found: false }; } exports.resolve = resolve;