Skip to content

Commit

Permalink
fix: ensures linting rules are compatible with the specific version o…
Browse files Browse the repository at this point in the history
…f React in use
  • Loading branch information
aralovelace committed Jan 31, 2025
1 parent 7d11ce2 commit 4a68bb0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,9 @@ module.exports = {
},
},
],
settings: {
react: {
version: "detect", // Automatically detect the React version
},
}
};

0 comments on commit 4a68bb0

Please sign in to comment.