Upgrade to ECMAScript 2020
This is needed in order to use `globalThis`, see #1894. It also made it possible to remove some old polyfills and fallbacks.
This commit is contained in:
committed by
Jay Linski
parent
da41887377
commit
f6ff3bf52b
@@ -1,11 +1,4 @@
|
||||
module.exports = {
|
||||
extends: ['eslint:recommended', 'prettier'],
|
||||
globals: {
|
||||
self: false
|
||||
},
|
||||
env: {
|
||||
node: true
|
||||
},
|
||||
rules: {
|
||||
'no-console': 'off',
|
||||
'no-var': 'off'
|
||||
|
||||
Reference in New Issue
Block a user