Fixed: Eslint warnings after update react plugin

This commit is contained in:
Qstick 2019-03-04 20:53:04 -05:00
commit 21f1fd17bb

View file

@ -28,6 +28,12 @@
"react"
],
"settings": {
"react": {
"version": "detect"
}
},
"rules": {
"filenames/match-exported": ["error"],