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

pull/21833/head
Weblate 2018-05-02 16:36:46 +00:00
commit 24f1194fc8
1 changed files with 2 additions and 1 deletions

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"],