Skip to content

Commit

Permalink
Update eslint rules to allow optional chaining
Browse files Browse the repository at this point in the history
  • Loading branch information
Brayden Pellegrini committed Feb 16, 2022
1 parent 68620b4 commit ee923cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"plugin:jest/recommended",
"plugin:jest-formatting/recommended"
],
"parserOptions": {
"ecmaVersion": 2020
},
"rules": {
"indent": [
"error",
Expand Down

0 comments on commit ee923cf

Please sign in to comment.