Skip to content

Commit

Permalink
Update ESLint ecmaVersion to 2020 to support nullish coalescing opera…
Browse files Browse the repository at this point in the history
…tor '??'.
  • Loading branch information
KonradHoeffner committed Apr 13, 2022
1 parent b2048a5 commit 8de2cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
},

parserOptions: {
ecmaVersion: 8,
ecmaVersion: 2020,
sourceType: 'module',
ecmaFeatures: {
jsx: true,
Expand Down

0 comments on commit 8de2cea

Please sign in to comment.