chore: update eslint and ecmaVersion (#680)

This commit is contained in:
Pedro S. Lopez
2021-06-02 23:39:01 -04:00
committed by GitHub
parent 0465742ffb
commit 795570a697
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018
"ecmaVersion": 2020
},
"ignorePatterns": ["docs"],
"rules": {