From f64f1b3bd9bec4036748b98ff8ac0f0431749f30 Mon Sep 17 00:00:00 2001 From: Markus Hatvan Date: Thu, 2 Dec 2021 23:57:13 +0100 Subject: chore: upgrade commitlint and eslint-plugin-unicorn to latest (#2295) - upgrade commitlint and eslint-plugin-unicorn dependencies - update prepare-code script to run lint:fix instead of lint - fix unicorn/no-await-expression-member lint issues - various whitespace formatting fixes due to lint:fix --- src/components/settings/recipes/RecipesDashboard.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/components/settings/recipes') diff --git a/src/components/settings/recipes/RecipesDashboard.js b/src/components/settings/recipes/RecipesDashboard.js index b865bce73..7ec285431 100644 --- a/src/components/settings/recipes/RecipesDashboard.js +++ b/src/components/settings/recipes/RecipesDashboard.js @@ -51,7 +51,8 @@ const messages = defineMessages({ }, customRecipeIntro: { id: 'settings.recipes.customService.intro', - defaultMessage: 'To add a custom service, copy the service recipe folder inside:', + defaultMessage: + 'To add a custom service, copy the service recipe folder inside:', }, openFolder: { id: 'settings.recipes.customService.openFolder', -- cgit v1.2.3-70-g09d2