1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-08 06:17:47 +02:00

"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

View File

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