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" }