@graphql-eslint/eslint-plugin
Advanced tools
Comparing version 4.4.0-alpha-20250122211333-19ec33ae76094212948ac0a10bba17a19fae71d5 to 4.4.0-alpha-20250123135326-caa125bafc680cc4eba0b177e018174286c08ba9
@@ -1,4 +0,4 @@ | ||
"use strict";Object.defineProperty(exports, "__esModule", {value: true});const version = "4.4.0-alpha-20250122211333-19ec33ae76094212948ac0a10bba17a19fae71d5"; | ||
"use strict";Object.defineProperty(exports, "__esModule", {value: true});const version = "4.4.0-alpha-20250123135326-caa125bafc680cc4eba0b177e018174286c08ba9"; | ||
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-20250122211333-19ec33ae76094212948ac0a10bba17a19fae71d5"; | ||
const version = "4.4.0-alpha-20250123135326-caa125bafc680cc4eba0b177e018174286c08ba9"; | ||
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-20250122211333-19ec33ae76094212948ac0a10bba17a19fae71d5", | ||
"version": "4.4.0-alpha-20250123135326-caa125bafc680cc4eba0b177e018174286c08ba9", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "GraphQL plugin for ESLint", |
Sorry, the diff of this file is too big to display