mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +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-undef': 'warn'
|
||||
},
|
||||
globals: {
|
||||
BigInt64Array: true,
|
||||
BigUint64Array: true
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user