Skip to content

Commit 6c5feb0

Browse files
fix: The keyword const is reserved
Signed-off-by: Anish-Shobith <[email protected]>
1 parent c08acef commit 6c5feb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
es6: true,
66
},
77
parserOptions: {
8-
ecmaVersion: 2021,
8+
ecmaVersion: 2020,
99
},
1010
rules: {
1111
'accessor-pairs': 'warn',

0 commit comments

Comments
 (0)