Skip to content

Commit

Permalink
🎨 trivial update
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Sep 4, 2019
1 parent b71d483 commit 6688d4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/configs/_commons.js
Expand Up @@ -5,6 +5,9 @@ module.exports = {
// ECMAScript
ArrayBuffer: "readonly",
Atomics: "readonly",
BigInt: "readonly",
BigInt64Array: "readonly",
BigUint64Array: "readonly",
DataView: "readonly",
Float32Array: "readonly",
Float64Array: "readonly",
Expand All @@ -26,9 +29,6 @@ module.exports = {
WeakSet: "readonly",

// ECMAScript (experimental)
BigInt: "readonly",
BigInt64Array: "readonly",
BigUint64Array: "readonly",
globalThis: "readonly",

// ECMA-404
Expand Down

0 comments on commit 6688d4f

Please sign in to comment.