Getting rid of "React version not specified" warning while linting.

This commit is contained in:
Oleksii Trekhleb 2021-04-20 07:18:24 +02:00
parent 83357075c4
commit 028ffa6e9a

View File

@ -11,5 +11,10 @@
"class-methods-use-this": "off",
"arrow-body-style": "off",
"no-loop-func": "off"
},
"settings": {
"react": {
"version": "latest"
}
}
}