Skip to content

Commit f686b5a

Browse files
committed
fix: bump to es2022 support
Our testing matrix is where we ensure we are working in the environments we need. The linter is not what should be slowing us down with what features we write.
1 parent 3b22c8d commit f686b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
parserOptions: {
3-
ecmaVersion: 2018,
3+
ecmaVersion: 2022,
44
ecmaFeatures: {},
55
sourceType: 'script',
66
},

0 commit comments

Comments
 (0)