mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
76a2a9bb8b
* @metamask/eslint-config@5.0.0 * Update eslintrc and prettierrc * yarn lint:fix
7 lines
142 B
JavaScript
7 lines
142 B
JavaScript
require('@babel/register');
|
|
|
|
require('./helper');
|
|
|
|
window.SVGPathElement = window.SVGPathElement || { prototype: {} };
|
|
global.indexedDB = {};
|