mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-10 06:15:49 +00:00
27073a9e66
Added a test case to run on CI as well.
22 lines
385 B
JSON
22 lines
385 B
JSON
{
|
|
"env": {
|
|
"commonjs": true
|
|
},
|
|
"globals": {
|
|
"ArrayBuffer": false,
|
|
"DataView": false,
|
|
"Float32Array": false,
|
|
"Float64Array": false,
|
|
"Int16Array": false,
|
|
"Int32Array": false,
|
|
"Int8Array": false,
|
|
"Uint16Array": false,
|
|
"Uint32Array": false,
|
|
"Uint8Array": false,
|
|
"Uint8ClampedArray": false
|
|
},
|
|
"rules": {
|
|
"no-redeclare": 1
|
|
}
|
|
}
|