impliedStrict

This commit is contained in:
pypy
2021-01-21 13:28:38 +09:00
parent 29da66b00c
commit b03e16fb69

View File

@@ -6,7 +6,8 @@ module.exports = {
es2020: true
},
parserOptions: {
sourceType: 'module'
sourceType: 'module',
impliedStrict: true
},
globals: {
CefSharp: 'readonly',