mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
impliedStrict
This commit is contained in:
@@ -6,7 +6,8 @@ module.exports = {
|
|||||||
es2020: true
|
es2020: true
|
||||||
},
|
},
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
sourceType: 'module'
|
sourceType: 'module',
|
||||||
|
impliedStrict: true
|
||||||
},
|
},
|
||||||
globals: {
|
globals: {
|
||||||
CefSharp: 'readonly',
|
CefSharp: 'readonly',
|
||||||
|
|||||||
Reference in New Issue
Block a user