mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
allow empty blocks
This commit is contained in:
parent
105df9d64a
commit
b81ff4b734
@ -9,6 +9,7 @@ module.exports = {
|
||||
"sourceType": "module"
|
||||
},
|
||||
"rules": {
|
||||
"no-console": "off"
|
||||
"no-console": "off",
|
||||
"no-empty": "off"
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user