@graphql-eslint/eslint-plugin 3.0.0-alpha-4613dfe.0 → 3.0.0-alpha-636cc2a.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/configs/index.d.ts +0 -1
- package/configs/operations-recommended.d.ts +0 -1
- package/index.js +0 -2
- package/index.mjs +0 -2
- package/package.json +1 -1
package/configs/index.d.ts
CHANGED
@@ -76,7 +76,6 @@ export declare const configs: {
|
|
76
76
|
'@graphql-eslint/known-type-names': string;
|
77
77
|
'@graphql-eslint/lone-anonymous-operation': string;
|
78
78
|
'@graphql-eslint/naming-convention': (string | {
|
79
|
-
Argument: string;
|
80
79
|
VariableDefinition: string;
|
81
80
|
OperationDefinition: {
|
82
81
|
style: string;
|
@@ -10,7 +10,6 @@ declare const _default: {
|
|
10
10
|
'@graphql-eslint/known-type-names': string;
|
11
11
|
'@graphql-eslint/lone-anonymous-operation': string;
|
12
12
|
'@graphql-eslint/naming-convention': (string | {
|
13
|
-
Argument: string;
|
14
13
|
VariableDefinition: string;
|
15
14
|
OperationDefinition: {
|
16
15
|
style: string;
|
package/index.js
CHANGED
@@ -112,7 +112,6 @@ const operationsRecommendedConfig = {
|
|
112
112
|
'@graphql-eslint/naming-convention': [
|
113
113
|
'error',
|
114
114
|
{
|
115
|
-
Argument: 'camelCase',
|
116
115
|
VariableDefinition: 'camelCase',
|
117
116
|
OperationDefinition: {
|
118
117
|
style: 'PascalCase',
|
@@ -1365,7 +1364,6 @@ const rule$4 = {
|
|
1365
1364
|
],
|
1366
1365
|
operations: [
|
1367
1366
|
{
|
1368
|
-
Argument: 'camelCase',
|
1369
1367
|
VariableDefinition: 'camelCase',
|
1370
1368
|
OperationDefinition: {
|
1371
1369
|
style: 'PascalCase',
|
package/index.mjs
CHANGED
@@ -106,7 +106,6 @@ const operationsRecommendedConfig = {
|
|
106
106
|
'@graphql-eslint/naming-convention': [
|
107
107
|
'error',
|
108
108
|
{
|
109
|
-
Argument: 'camelCase',
|
110
109
|
VariableDefinition: 'camelCase',
|
111
110
|
OperationDefinition: {
|
112
111
|
style: 'PascalCase',
|
@@ -1359,7 +1358,6 @@ const rule$4 = {
|
|
1359
1358
|
],
|
1360
1359
|
operations: [
|
1361
1360
|
{
|
1362
|
-
Argument: 'camelCase',
|
1363
1361
|
VariableDefinition: 'camelCase',
|
1364
1362
|
OperationDefinition: {
|
1365
1363
|
style: 'PascalCase',
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-eslint/eslint-plugin",
|
3
|
-
"version": "3.0.0-alpha-
|
3
|
+
"version": "3.0.0-alpha-636cc2a.0",
|
4
4
|
"sideEffects": false,
|
5
5
|
"peerDependencies": {
|
6
6
|
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
|