From 569bdb8c5d7538fa0ea8a99ff2f8376f7cbfa51a Mon Sep 17 00:00:00 2001 From: piotrruss Date: Mon, 6 Sep 2021 23:13:22 +0200 Subject: added stadard linter --- configs/appList.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configs/appList.js') diff --git a/configs/appList.js b/configs/appList.js index c8e49da..6268e15 100644 --- a/configs/appList.js +++ b/configs/appList.js @@ -1,8 +1,8 @@ -import {Notes, Settings} from 'apps' +import { Notes, Settings } from 'apps' const appList = { - Notes: {component: Notes, icon: true, buttons: ['min', 'max', 'close'], height: '48em', width: '64em'}, - Settings: {component: Settings, icon: false, buttons: ['min'], height: '23em', width: '16em'}, -}; + Notes: { component: Notes, icon: true, buttons: ['min', 'max', 'close'], height: '48em', width: '64em' }, + Settings: { component: Settings, icon: false, buttons: ['min'], height: '23em', width: '16em' } +} export default appList -- cgit v1.2.3