update to ES2021
This commit is contained in:
parent
629ff643ed
commit
2b7ea6b227
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -1,6 +1,6 @@
|
|||
module.exports = {
|
||||
root: true,
|
||||
parserOptions: { ecmaVersion: 2020, sourceType: 'module' },
|
||||
parserOptions: { ecmaVersion: 2021, sourceType: 'module' },
|
||||
env: { es6: true, browser: true, node: true },
|
||||
extends: ['eslint:recommended'],
|
||||
rules: {
|
||||
|
|
Loading…
Reference in a new issue