mirror of
https://github.com/status-im/sourcecred.git
synced 2025-01-11 21:24:35 +00:00
Add BigInt to eslint globals (#1740)
Test Plan: grep for global BigInt and make sure there's no longer instances in code files now that we added it to central ESLint Config Paired with @decentralion
This commit is contained in:
parent
a1f5653b11
commit
312143224f
@ -45,4 +45,7 @@ module.exports = {
|
||||
version: "detect",
|
||||
},
|
||||
},
|
||||
globals: {
|
||||
BigInt: "readonly",
|
||||
},
|
||||
};
|
||||
|
@ -1,7 +1,5 @@
|
||||
// @flow
|
||||
|
||||
/* global BigInt */
|
||||
|
||||
/**
|
||||
* This module contains the types for tracking Grain, which is the native
|
||||
* project-specific, cred-linked token created in SourceCred instances. In
|
||||
|
Loading…
x
Reference in New Issue
Block a user