Added react version to eslint settings

This commit is contained in:
Alejandro Celaya 2018-08-25 23:41:05 +02:00
parent 6a016d8e6f
commit 6c8e13ebde

View file

@ -173,6 +173,11 @@
"react/jsx-closing-bracket-location": ["error", "tag-aligned"],
"react/no-array-index-key": "off",
"react/no-did-update-set-state": "off"
},
"settings": {
"react": {
"version": "16.3"
}
}
}
}