Skip to content

Commit

Permalink
chore: update eslint config 🕺
Browse files Browse the repository at this point in the history
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
  • Loading branch information
vinayakkulkarni committed Apr 19, 2023
1 parent 2e8cf6d commit ee54024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ module.exports = {
},
parserOptions: {
parser: '@typescript-eslint/parser',
ecmaVersion: 2020,
ecmaVersion: 2022,
sourceType: 'module',
lib: ['es2020'],
lib: ['es2022'],
ecmaFeatures: {
jsx: true,
tsx: true,
Expand Down

0 comments on commit ee54024

Please sign in to comment.