We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a080bf0 commit 788b5a6Copy full SHA for 788b5a6
.eslintrc.json
@@ -1,7 +1,7 @@
1
{
2
"extends": ["eslint:recommended", "plugin:react-hooks/recommended"],
3
"env": {
4
- "es2021": true,
+ "es2022": true,
5
"node": true,
6
"browser": true
7
},
changelog.md
@@ -11,6 +11,7 @@
11
- Updated the [`extract-files`](https://npm.im/extract-files) dependency to v13.
12
- Updated dev dependencies.
13
- Use the `node:` URL scheme for Node.js builtin module imports in tests.
14
+- Updated ESLint config.
15
- Added missing readme “Installation” section import map instructions for [`is-plain-obj`](https://npm.im/is-plain-obj).
16
- Added [Browserslist](https://browsersl.ist) links to the readme.
17
0 commit comments