From c1b810afefef8a76c365df1fe1c76cbda6d4e48f Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Fri, 16 Feb 2018 19:08:23 +0000 Subject: [PATCH] Added node process global --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index c683cd504..786ae2942 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -10,6 +10,7 @@ "CANVAS_RENDERER": true, "Phaser": true, "p2": true, + "process": true, "ActiveXObject": true }, "rules": {