@graphql-eslint/eslint-plugin
Version:
GraphQL plugin for ESLint
25 lines (23 loc) • 886 B
TypeScript
declare const _default: {
extends: string;
rules: {
'@graphql-eslint/alphabetize': ["error", {
definitions: boolean;
fields: string[];
values: boolean;
arguments: string[];
groups: string[];
}];
'@graphql-eslint/input-name': "error";
'@graphql-eslint/no-root-type': ["error", {
disallow: string[];
}];
'@graphql-eslint/no-scalar-result-type-on-mutation': "error";
'@graphql-eslint/require-deprecation-date': "error";
'@graphql-eslint/require-field-of-type-query-in-mutation-result': "error";
'@graphql-eslint/require-nullable-fields-with-oneof': "error";
'@graphql-eslint/require-nullable-result-in-root': "error";
'@graphql-eslint/require-type-pattern-with-oneof': "error";
};
};
export { _default as default };