From 502ac7ee4d13669e644b9181f1e014ce0ea1f089 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 28 Sep 2017 17:25:28 +0300 Subject: Lint docs js too and use `strict consistently. (#24160) --- js/tests/.eslintrc.json | 3 --- 1 file changed, 3 deletions(-) (limited to 'js') diff --git a/js/tests/.eslintrc.json b/js/tests/.eslintrc.json index b03980144..460286508 100644 --- a/js/tests/.eslintrc.json +++ b/js/tests/.eslintrc.json @@ -21,9 +21,6 @@ "no-magic-numbers": "off", "vars-on-top": "off", - // Strict Mode - "strict": "off", - // NodeJS and CommonJS "global-require": "off", "no-process-env": "off", -- cgit v1.2.3