From b4df57341b327323682cbc8b81989964f036b041 Mon Sep 17 00:00:00 2001 From: jonaspiterek Date: Fri, 22 Sep 2023 14:45:35 +0200 Subject: [PATCH] formatting --- frontend/jsconfig.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/frontend/jsconfig.json b/frontend/jsconfig.json index af0fe156..f08d6838 100644 --- a/frontend/jsconfig.json +++ b/frontend/jsconfig.json @@ -1,8 +1,10 @@ { - "compilerOptions": { - "paths": { - "volto-plonede": ["addons/volto-plonede/src"] - }, - "baseUrl": "src" - } + "compilerOptions": { + "paths": { + "volto-plonede": [ + "addons/volto-plonede/src" + ] + }, + "baseUrl": "src" + } } \ No newline at end of file