Skip to content

Commit

Permalink
Update ESLint configuration to disable warning for unsupported TypeSc…
Browse files Browse the repository at this point in the history
…ript versions
  • Loading branch information
remyvdwereld committed Nov 21, 2024
1 parent f96e8c2 commit 1acf794
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 1acf794

Please sign in to comment.