@graphql-eslint/eslint-plugin
Advanced tools
Comparing version 4.4.0-alpha-20250119081643-2e19f61a287d52a7df18cca132634aa00f763a9a to 4.4.0-alpha-20250119081707-c21231fce5b5972d1583a069cc866a4afa1aa2f9
@@ -1,4 +0,4 @@ | ||
"use strict";Object.defineProperty(exports, "__esModule", {value: true});const version = "4.4.0-alpha-20250119081643-2e19f61a287d52a7df18cca132634aa00f763a9a"; | ||
"use strict";Object.defineProperty(exports, "__esModule", {value: true});const version = "4.4.0-alpha-20250119081707-c21231fce5b5972d1583a069cc866a4afa1aa2f9"; | ||
exports.version = version; |
@@ -51,6 +51,6 @@ import { CaseStyle } from './utils.js'; | ||
alphabetize: GraphQLESLintRule<{ | ||
values?: boolean | undefined; | ||
definitions?: boolean | undefined; | ||
selections?: ("OperationDefinition" | "FragmentDefinition")[] | undefined; | ||
arguments?: ("Field" | "Directive" | "FieldDefinition" | "DirectiveDefinition")[] | undefined; | ||
values?: boolean | undefined; | ||
fields?: ("ObjectTypeDefinition" | "InterfaceTypeDefinition" | "InputObjectTypeDefinition")[] | undefined; | ||
@@ -57,0 +57,0 @@ variables?: boolean | undefined; |
@@ -1,4 +0,4 @@ | ||
const version = "4.4.0-alpha-20250119081643-2e19f61a287d52a7df18cca132634aa00f763a9a"; | ||
const version = "4.4.0-alpha-20250119081707-c21231fce5b5972d1583a069cc866a4afa1aa2f9"; | ||
export { | ||
version | ||
}; |
@@ -14,6 +14,6 @@ import { CaseStyle } from '../utils.js'; | ||
alphabetize: GraphQLESLintRule<{ | ||
values?: boolean | undefined; | ||
definitions?: boolean | undefined; | ||
selections?: ("OperationDefinition" | "FragmentDefinition")[] | undefined; | ||
arguments?: ("Field" | "Directive" | "FieldDefinition" | "DirectiveDefinition")[] | undefined; | ||
values?: boolean | undefined; | ||
fields?: ("ObjectTypeDefinition" | "InterfaceTypeDefinition" | "InputObjectTypeDefinition")[] | undefined; | ||
@@ -20,0 +20,0 @@ variables?: boolean | undefined; |
{ | ||
"name": "@graphql-eslint/eslint-plugin", | ||
"version": "4.4.0-alpha-20250119081643-2e19f61a287d52a7df18cca132634aa00f763a9a", | ||
"version": "4.4.0-alpha-20250119081707-c21231fce5b5972d1583a069cc866a4afa1aa2f9", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "GraphQL plugin for ESLint", |
Sorry, the diff of this file is too big to display