"use strict" should be defined in functions.

This commit is contained in:
kkapsner 2017-09-24 10:08:06 +02:00
parent f1a9708e41
commit 5251aaf4df
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@
"constructor-super": "warn",
"valid-typeof": "warn",
"brace-style": "warn",
"strict": "warn"
"strict": ["warn", "function"]
}
}