f6ff3bf52b
This is needed in order to use `globalThis`, see #1894. It also made it possible to remove some old polyfills and fallbacks.
7 lines
82 B
JavaScript
7 lines
82 B
JavaScript
module.exports = {
|
|
rules: {
|
|
'no-console': 'off',
|
|
'no-var': 'off'
|
|
}
|
|
};
|