@graphql-eslint/eslint-plugin
Version:
GraphQL plugin for ESLint
55 lines (53 loc) • 2.45 kB
TypeScript
declare const _default: {
parser: string;
plugins: string[];
rules: {
'@graphql-eslint/executable-definitions': "error";
'@graphql-eslint/fields-on-correct-type': "error";
'@graphql-eslint/fragments-on-composite-type': "error";
'@graphql-eslint/known-argument-names': "error";
'@graphql-eslint/known-directives': "error";
'@graphql-eslint/known-fragment-names': "error";
'@graphql-eslint/known-type-names': "error";
'@graphql-eslint/lone-anonymous-operation': "error";
'@graphql-eslint/naming-convention': ["error", {
VariableDefinition: string;
OperationDefinition: {
style: string;
forbiddenPrefixes: string[];
forbiddenSuffixes: string[];
};
FragmentDefinition: {
style: string;
forbiddenPrefixes: string[];
forbiddenSuffixes: string[];
};
}];
'@graphql-eslint/no-anonymous-operations': "error";
'@graphql-eslint/no-deprecated': "error";
'@graphql-eslint/no-duplicate-fields': "error";
'@graphql-eslint/no-fragment-cycles': "error";
'@graphql-eslint/no-undefined-variables': "error";
'@graphql-eslint/no-unused-fragments': "error";
'@graphql-eslint/no-unused-variables': "error";
'@graphql-eslint/one-field-subscriptions': "error";
'@graphql-eslint/overlapping-fields-can-be-merged': "error";
'@graphql-eslint/possible-fragment-spread': "error";
'@graphql-eslint/provided-required-arguments': "error";
'@graphql-eslint/require-selections': "error";
'@graphql-eslint/scalar-leafs': "error";
'@graphql-eslint/selection-set-depth': ["error", {
maxDepth: number;
}];
'@graphql-eslint/unique-argument-names': "error";
'@graphql-eslint/unique-directive-names-per-location': "error";
'@graphql-eslint/unique-fragment-name': "error";
'@graphql-eslint/unique-input-field-names': "error";
'@graphql-eslint/unique-operation-name': "error";
'@graphql-eslint/unique-variable-names': "error";
'@graphql-eslint/value-literals-of-correct-type': "error";
'@graphql-eslint/variables-are-input-types': "error";
'@graphql-eslint/variables-in-allowed-position': "error";
};
};
export { _default as default };