Skip to content

Commit e2c206e

Browse files
authoredJun 27, 2023
chore: use ecmaVersion latest for eslint (#379)
1 parent 4177030 commit e2c206e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
"parserOptions": {
1414
"sourceType": "script",
15-
"ecmaVersion": 2019
15+
"ecmaVersion": "latest"
1616
},
1717

1818
"plugins": ["node", "eslint-plugin"],

0 commit comments

Comments
 (0)
Please sign in to comment.