From 44980148dd9f4965e5c71bae8191e960465f10c1 Mon Sep 17 00:00:00 2001 From: Ivan Goncharov Date: Wed, 27 Apr 2022 19:12:31 +0300 Subject: [PATCH] ESLint: add 'shared-node-browser' environment (#3549) Motivation: https://github.com/graphql/graphql-js/pull/3537#issuecomment-1104502226 --- .eslintrc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.yml b/.eslintrc.yml index 3baa8f151b..89e9672613 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -2,6 +2,7 @@ parserOptions: sourceType: script env: es2022: true + shared-node-browser: true reportUnusedDisableDirectives: true plugins: - internal-rules