From 5251aaf4df1306abb28fefda15c8cfd31d09ce5c Mon Sep 17 00:00:00 2001 From: kkapsner Date: Sun, 24 Sep 2017 10:08:06 +0200 Subject: [PATCH] "use strict" should be defined in functions. --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index bb51466..f4f0116 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -20,6 +20,6 @@ "constructor-super": "warn", "valid-typeof": "warn", "brace-style": "warn", - "strict": "warn" + "strict": ["warn", "function"] } } \ No newline at end of file