diff --git a/tests/.eslintrc.json b/tests/.eslintrc.json index dd842c335..bf15fcf20 100644 --- a/tests/.eslintrc.json +++ b/tests/.eslintrc.json @@ -15,8 +15,8 @@ "camelcase": "warn", "new-cap": "warn", - "strict": "warn", "no-undef": "warn", - "no-useless-escape": "warn" + "no-useless-escape": "warn", + "strict": "warn" } }