mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-13 07:36:07 +00:00
Flag BigInt* arrays defined in eslintrc
This commit is contained in:
parent
26ad8c627e
commit
0603faa57a
@ -25,5 +25,9 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
'no-console': 0,
|
'no-console': 0,
|
||||||
'no-undef': 'warn'
|
'no-undef': 'warn'
|
||||||
|
},
|
||||||
|
globals: {
|
||||||
|
BigInt64Array: true,
|
||||||
|
BigUint64Array: true
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user