UNPKG

@graphql-eslint/eslint-plugin

Version:
17 lines (16 loc) 834 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.configs = void 0; const tslib_1 = require("tslib"); const schema_recommended_js_1 = tslib_1.__importDefault(require("./schema-recommended.js")); const schema_all_js_1 = tslib_1.__importDefault(require("./schema-all.js")); const operations_recommended_js_1 = tslib_1.__importDefault(require("./operations-recommended.js")); const operations_all_js_1 = tslib_1.__importDefault(require("./operations-all.js")); const relay_js_1 = tslib_1.__importDefault(require("./relay.js")); exports.configs = { 'schema-recommended': schema_recommended_js_1.default, 'schema-all': schema_all_js_1.default, 'operations-recommended': operations_recommended_js_1.default, 'operations-all': operations_all_js_1.default, relay: relay_js_1.default, };