Skip to content

Commit 709c31b

Browse files
committed
fix: bump to es2022 support
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 709c31b

File tree

4 files changed

+1158
-1392
lines changed

4 files changed

+1158
-1392
lines changed

lib/index.js

+1-1
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)