mirror of https://github.com/vector-im/riot-web
Merge remote-tracking branch 'origin/develop' into develop
commit
24f1194fc8
|
@ -41,7 +41,8 @@ module.exports = {
|
||||||
"react/jsx-uses-react": "error",
|
"react/jsx-uses-react": "error",
|
||||||
|
|
||||||
// bind or arrow function in props causes performance issues
|
// 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,
|
"ignoreRefs": true,
|
||||||
}],
|
}],
|
||||||
"react/jsx-key": ["error"],
|
"react/jsx-key": ["error"],
|
||||||
|
|
Loading…
Reference in New Issue