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

This commit is contained in:
Weblate 2018-12-18 17:01:42 +00:00
commit 8c93a6f4a3

View File

@ -47,6 +47,9 @@ module.exports = {
}],
"react/jsx-key": ["error"],
// Components in JSX should always be defined.
"react/jsx-no-undef": "error",
// Assert no spacing in JSX curly brackets
// <Element prop={ consideredError} prop={notConsideredError} />
//