mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-01-03 10:31:54 +01:00
"use strict" should be defined in functions.
This commit is contained in:
parent
f1a9708e41
commit
5251aaf4df
@ -20,6 +20,6 @@
|
|||||||
"constructor-super": "warn",
|
"constructor-super": "warn",
|
||||||
"valid-typeof": "warn",
|
"valid-typeof": "warn",
|
||||||
"brace-style": "warn",
|
"brace-style": "warn",
|
||||||
"strict": "warn"
|
"strict": ["warn", "function"]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user