From 979830045cfb368130fe152b6f3b90b3b6a3ae23 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Thu, 28 Dec 2017 12:17:42 -0300 Subject: [PATCH] Update eslint configs --- .eslintrc.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index c740a9e..5778b70 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -2,5 +2,13 @@ "extends": "airbnb-base", "plugins": [ "import" - ] + ], + "env": { + "node": true, + "mocha": true + }, + "rules":{ + "no-param-reassign": 0, + "no-unused-expressions": 0 + } } \ No newline at end of file