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/actions/user.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/actions') diff --git a/src/actions/user.ts b/src/actions/user.ts index 20d27ee53..15a9216bd 100644 --- a/src/actions/user.ts +++ b/src/actions/user.ts @@ -25,8 +25,10 @@ export default { userData: PropTypes.object.isRequired, }, resetStatus: {}, - importLegacyServices: PropTypes.arrayOf(PropTypes.shape({ - recipe: PropTypes.string.isRequired, - })).isRequired, + importLegacyServices: PropTypes.arrayOf( + PropTypes.shape({ + recipe: PropTypes.string.isRequired, + }), + ).isRequired, delete: {}, }; -- cgit v1.2.3-54-g00ecf