Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Weblate 2018-05-02 16:36:46 +00:00
commit 24f1194fc8

View file

@ -41,7 +41,8 @@ module.exports = {
"react/jsx-uses-react": "error",
// bind or arrow function in props causes performance issues
"react/jsx-no-bind": ["error", {
// (but we currently use them in some places)
"react/jsx-no-bind": ["warn", {
"ignoreRefs": true,
}],
"react/jsx-key": ["error"],