Fixed: Eslint warnings after update react plugin

This commit is contained in:
Qstick 2019-03-04 20:53:04 -05:00
parent 1f483c3a3c
commit 21f1fd17bb
1 changed files with 6 additions and 0 deletions

View File

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