Flag BigInt* arrays defined in eslintrc

This commit is contained in:
Alex Crichton 2018-07-04 08:36:56 -07:00
parent 26ad8c627e
commit 0603faa57a

View File

@ -25,5 +25,9 @@ module.exports = {
],
'no-console': 0,
'no-undef': 'warn'
},
globals: {
BigInt64Array: true,
BigUint64Array: true
}
};