Skip to content

Commit

Permalink
fix: set react for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
wischli committed Mar 11, 2024
1 parent 1168315 commit ec5d62d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@ module.exports = {
sourceType: "module",
},
plugins: ["react", "@typescript-eslint"],
settings: {
react: {
version: "detect"
}
}
};

0 comments on commit ec5d62d

Please sign in to comment.