@graphql-eslint/eslint-plugin 3.14.4-alpha-20221229162657-d08893a → 3.14.4-alpha-20221229163718-58ed587

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/cjs/testkit.js CHANGED
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GraphQLRuleTester = void 0;
4
- /* eslint-env vitest */
5
4
  const fs_1 = require("fs");
6
5
  const path_1 = require("path");
7
6
  const code_frame_1 = require("@babel/code-frame");
@@ -68,11 +68,7 @@ Here are a few examples for a valid setup:
68
68
  ```json
69
69
  {
70
70
  "parserOptions": {
71
- "schema": [
72
- "src/schema-a.graphql",
73
- "src/schema-b.graphql",
74
- "src/schema-c.graphql"
75
- ]
71
+ "schema": ["src/schema-a.graphql", "src/schema-b.graphql", "src/schema-c.graphql"]
76
72
  }
77
73
  }
78
74
  ```
package/esm/testkit.js CHANGED
@@ -1,6 +1,5 @@
1
1
  import { createRequire } from 'module';
2
2
  const require = createRequire(import.meta.url);
3
- /* eslint-env vitest */
4
3
  import { readFileSync } from 'fs';
5
4
  import { resolve } from 'path';
6
5
  import { codeFrameColumns } from '@babel/code-frame';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-eslint/eslint-plugin",
3
- "version": "3.14.4-alpha-20221229162657-d08893a",
3
+ "version": "3.14.4-alpha-20221229163718-58ed587",
4
4
  "description": "GraphQL plugin for ESLint",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {