mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Disable class-methods-use-this lint rule
This commit is contained in:
@@ -21,7 +21,6 @@ class FakeIPC extends EventEmitter implements MinimalIPC {
|
||||
return this.state;
|
||||
}
|
||||
|
||||
// eslint-disable-next-line class-methods-use-this
|
||||
public send() {
|
||||
throw new Error(
|
||||
'This should not be called. It is only here to satisfy the interface'
|
||||
|
||||
Reference in New Issue
Block a user