mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
15 lines
195 B
Text
15 lines
195 B
Text
|
{
|
||
|
"env": {
|
||
|
"es6": true,
|
||
|
"jest": true
|
||
|
},
|
||
|
"globals": {
|
||
|
"by": false,
|
||
|
"detox": false,
|
||
|
"device": false,
|
||
|
"element": false,
|
||
|
"expect": false,
|
||
|
"waitFor": false
|
||
|
}
|
||
|
}
|