Skip to content

Commit

Permalink
Merge pull request #1313 from ccnmtl/fix
Browse files Browse the repository at this point in the history
Detect react
  • Loading branch information
nikolas authored Sep 25, 2023
2 parents 760653b + dedae92 commit a52c6aa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,10 @@
},
"globals": {
"require": false
}
},
"settings": {
"react": {
"version": "detect"
}
}
}

0 comments on commit a52c6aa

Please sign in to comment.