Conform to new react and typescript eslint rules
This commit is contained in:
@@ -44,7 +44,7 @@ class LifecycleStore extends Store<ActionPayload> {
|
||||
this.__emitChange();
|
||||
}
|
||||
|
||||
protected __onDispatch(payload: ActionPayload) {
|
||||
protected __onDispatch(payload: ActionPayload) { // eslint-disable-line @typescript-eslint/naming-convention
|
||||
switch (payload.action) {
|
||||
case 'do_after_sync_prepared':
|
||||
this.setState({
|
||||
|
||||
Reference in New Issue
Block a user