mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-18 14:44:58 +08:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
8c93a6f4a3
@ -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} />
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user