From 5fa24f489ccef54a462297b16504363e2ee6d04c Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Fri, 19 Oct 2018 10:15:24 +0300 Subject: [PATCH] Update .eslintrc.json --- .eslintrc.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index c90cb34dc..899b941d4 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -4,6 +4,9 @@ "es6": true, "node": true }, + "globals": { + "test": false + }, "extends": "eslint:recommended", "parserOptions": { "ecmaVersion": 2018, @@ -170,4 +173,4 @@ "always" ] } -} \ No newline at end of file +}