Skip to content

Commit

Permalink
Merge pull request #2696 from Amsterdam/improvement/dependencies
Browse files Browse the repository at this point in the history
Update ESLint configuration to disable warning for unsupported TypeSc…
  • Loading branch information
remyvdwereld authored Nov 21, 2024
2 parents f96e8c2 + 1acf794 commit 60e8d5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ module.exports = {
extends: [
"react-app"
],
"parserOptions": {
"warnOnUnsupportedTypeScriptVersion": false
},
rules: {
"arrow-body-style": ["error", "as-needed"],
"block-spacing": ["error", "always"],
Expand Down

0 comments on commit 60e8d5a

Please sign in to comment.