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,9 +1,5 @@
|
||||
module.exports = {
|
||||
extends: '../../.eslintrc.js',
|
||||
env: {
|
||||
mocha: true
|
||||
},
|
||||
parserOptions: {
|
||||
ecmaVersion: 2018
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user