Skip to content

Commit

Permalink
ESLint configutration > React plugin: set React version to 'latest', …
Browse files Browse the repository at this point in the history
  • Loading branch information
francescozanoni committed Dec 25, 2020
1 parent ba241e2 commit 8d6319f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .eslintrc.json
Expand Up @@ -25,5 +25,10 @@
},
"plugins": [
"react"
]
}
],
"settings": {
"react": {
"version": "latest"
}
}
}

0 comments on commit 8d6319f

Please sign in to comment.