From 14d2364fc69e0222133115c55a36286986006098 Mon Sep 17 00:00:00 2001 From: Markus Hatvan Date: Fri, 15 Oct 2021 09:48:06 +0200 Subject: chore: update eslint setup (#2074) --- src/stores/lib/Store.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/stores/lib/Store.js') diff --git a/src/stores/lib/Store.js b/src/stores/lib/Store.js index b39070ce8..a867c3a46 100644 --- a/src/stores/lib/Store.js +++ b/src/stores/lib/Store.js @@ -28,7 +28,8 @@ export default class Store { } registerReactions(reactions) { - for (const reaction of reactions) this._reactions.push(new Reaction(reaction)); + for (const reaction of reactions) + this._reactions.push(new Reaction(reaction)); } setup() {} -- cgit v1.2.3-70-g09d2