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