Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Commit

Permalink
Add es2020 syntax support for ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
Allypost committed May 7, 2021
1 parent b3a9e7d commit f35d11c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
env: {
browser: true,
node: true,
es2020: true,
},
parserOptions: {
parser: "@typescript-eslint/parser",
Expand Down
3 changes: 0 additions & 3 deletions api/helpers/atomic.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/* global SharedArrayBuffer */
/* global Atomics */

export class AtomicInt32Array {
/**
* @var {Int32Array}
Expand Down

0 comments on commit f35d11c

Please sign in to comment.