mirror of
https://github.com/element-hq/element-call.git
synced 2026-06-30 03:01:57 +00:00
0a572a9528
The rule of thumb to avoid resource leaks is that you should never call ObservableScope methods in a callback unless the ObservableScope is directly passed to or created inside that callback. I had a go at codifying this as a lint rule.
5 lines
65 B
JSON
5 lines
65 B
JSON
{
|
|
"name": "eslint-plugin-element-call",
|
|
"version": "0.0.0"
|
|
}
|