Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Feb 16, 2022
1 parent 608a90c commit 176c1ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/recommended.js
@@ -1,7 +1,7 @@
'use strict';
module.exports = {
env: {
es2021: true,
es2022: true,
},
parserOptions: {
ecmaVersion: 'latest',
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -24,7 +24,7 @@ Use a [preset config](#preset-configs) or configure each rules in `package.json`
"name": "my-awesome-project",
"eslintConfig": {
"env": {
"es2021": true
"es2022": true
},
"parserOptions": {
"ecmaVersion": "latest",
Expand Down

0 comments on commit 176c1ef

Please sign in to comment.