From 91b0e3d79a85eb391c19ad2c95b1271cea6bc64a Mon Sep 17 00:00:00 2001 From: Beka Westberg Date: Mon, 22 Apr 2019 10:45:35 -0700 Subject: [PATCH] Changed mocha eslint config to extend root eslint config. --- tests/mocha/.eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mocha/.eslintrc.json b/tests/mocha/.eslintrc.json index c887877f6..3eae4ad0f 100644 --- a/tests/mocha/.eslintrc.json +++ b/tests/mocha/.eslintrc.json @@ -16,5 +16,5 @@ "assertNotUndefined": true }, - "extends": "eslint:recommended" + "extends": "../../.eslintrc.json" }