Skip to content

Commit 1139b77

Browse files
committed
use latest ecmaScript version for eslint parserOptions
1 parent 23fc138 commit 1139b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
],
1919
'parser': '@typescript-eslint/parser',
2020
'parserOptions': {
21-
'ecmaVersion': 13,
21+
'ecmaVersion': 'latest',
2222
'sourceType': 'module',
2323
},
2424
'plugins': [

0 commit comments

Comments
 (0)