Skip to content

Commit

Permalink
NRKNO-6235: Update ESLint version and ecmaVersion to support spread o…
Browse files Browse the repository at this point in the history
…perator
  • Loading branch information
mikaelrss committed May 16, 2023
1 parent 804fbce commit 1e6439f
Show file tree
Hide file tree
Showing 3 changed files with 1,288 additions and 1,283 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"extends": ["eslint:recommended", "prettier"],
"parserOptions": {
"ecmaVersion": 2017,
"ecmaVersion": 2018,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true,
Expand Down
Loading

0 comments on commit 1e6439f

Please sign in to comment.