Skip to content

Commit

Permalink
infra(lint): allow newer syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
AviVahl committed Aug 20, 2023
1 parent 8ccc544 commit e126f9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"extends": ["eslint:recommended", "prettier"],
"plugins": ["no-only-tests"],
"parserOptions": {
"sourceType": "module"
"sourceType": "module",
"ecmaVersion": 2022
},
"rules": {
"no-only-tests/no-only-tests": "error",
Expand Down

0 comments on commit e126f9b

Please sign in to comment.