Skip to content

Commit 788b5a6

Browse files
author
denisp22
committed
Update ESLint config.
1 parent a080bf0 commit 788b5a6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": ["eslint:recommended", "plugin:react-hooks/recommended"],
33
"env": {
4-
"es2021": true,
4+
"es2022": true,
55
"node": true,
66
"browser": true
77
},

changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- Updated the [`extract-files`](https://npm.im/extract-files) dependency to v13.
1212
- Updated dev dependencies.
1313
- Use the `node:` URL scheme for Node.js builtin module imports in tests.
14+
- Updated ESLint config.
1415
- Added missing readme “Installation” section import map instructions for [`is-plain-obj`](https://npm.im/is-plain-obj).
1516
- Added [Browserslist](https://browsersl.ist) links to the readme.
1617

0 commit comments

Comments
 (0)