Skip to content

Commit

Permalink
disable react/jsx-key after eslint upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Feb 25, 2022
1 parent a607255 commit 9b485c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Expand Up @@ -48,7 +48,8 @@
{
"avoidEscape": true
}
]
],
"react/jsx-key": "off"
},
"settings": {
"react": {
Expand Down

0 comments on commit 9b485c2

Please sign in to comment.