Skip to content

Commit 41ec96d

Browse files
authored
fix: bump to es2022 support (#10)
BREAKING CHANGE: this drops support for eslint@7 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 41ec96d

File tree

4 files changed

+1158
-1392
lines changed

4 files changed

+1158
-1392
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)