Skip to content

Commit

Permalink
Merge branch 'KOK-5153'
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-lindberg committed Dec 4, 2023
2 parents 99358c7 + 946c3c1 commit 4d3087e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ const eslintRules = {
jsx: true,
},
},
settings: {
'import/resolver': {
typescript: true,
},
},
rules: {
'arrow-body-style': 'off', // We can choose to include the braces on one-liners if we think it makes the code more readable
'arrow-parens': ['error', 'as-needed', { requireForBlockBody: true }],
Expand Down

0 comments on commit 4d3087e

Please sign in to comment.