From d85f09cbed5f3d2501f791e689011ae127df1cbb Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Sun, 9 Jan 2022 20:33:53 +0100 Subject: build: Add prettier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit eslint will also enforce prettier rules, so there is no need to call prettier separately in CI. Signed-off-by: Kristóf Marussy --- packages/shared/src/stores/Config.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'packages/shared/src/stores/Config.ts') diff --git a/packages/shared/src/stores/Config.ts b/packages/shared/src/stores/Config.ts index 432945c..1d98a33 100644 --- a/packages/shared/src/stores/Config.ts +++ b/packages/shared/src/stores/Config.ts @@ -18,12 +18,7 @@ * SPDX-License-Identifier: AGPL-3.0-only */ -import { - Instance, - types, - SnapshotIn, - SnapshotOut, -} from 'mobx-state-tree'; +import { Instance, types, SnapshotIn, SnapshotOut } from 'mobx-state-tree'; import { themeSource } from '../schemas'; -- cgit v1.2.3-54-g00ecf