UNPKG

@graphql-eslint/eslint-plugin

Version:
13 lines (12 loc) 514 B
import schemaRecommendedConfig from './schema-recommended.js'; import schemaAllConfig from './schema-all.js'; import operationsRecommendedConfig from './operations-recommended.js'; import operationsAllConfig from './operations-all.js'; import relayConfig from './relay.js'; export const configs = { 'schema-recommended': schemaRecommendedConfig, 'schema-all': schemaAllConfig, 'operations-recommended': operationsRecommendedConfig, 'operations-all': operationsAllConfig, relay: relayConfig, };