@graphql-eslint/eslint-plugin 3.14.4-alpha-20221229162929-58278b0 → 3.14.4-alpha-20221229164912-b06f79e

Sign up to get free protection for your applications and to get access to all the features.
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");
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-20221229162929-58278b0",
3
+ "version": "3.14.4-alpha-20221229164912-b06f79e",
4
4
  "description": "GraphQL plugin for ESLint",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {