@graphql-eslint/eslint-plugin
Version:
GraphQL plugin for ESLint
13 lines (12 loc) • 514 B
JavaScript
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,
};