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:
Hammad Jutt 2020-04-10 18:54:43 -06:00 committed by GitHub
parent a1f5653b11
commit 312143224f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -45,4 +45,7 @@ module.exports = {
version: "detect",
},
},
globals: {
BigInt: "readonly",
},
};

View File

@ -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