mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-28 15:27:43 +00:00
eslint: fix globalThis undef eslint errors
added env.es2020 = true to config so globalThis is recognized
This commit is contained in:
parent
a69832e3a3
commit
52598fbe55
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
'env': {
|
'env': {
|
||||||
'browser': true,
|
'browser': true,
|
||||||
|
'es2020': true,
|
||||||
'es6': true
|
'es6': true
|
||||||
},
|
},
|
||||||
'extends': [
|
'extends': [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue