docs: fix prettier complaints
Signed-off-by: Vladimir Masarik <vladimir.masarik@ef.com>
This commit is contained in:
@@ -137,7 +137,7 @@ export default async function createPlugin(
|
||||
config: env.config,
|
||||
reader: env.reader,
|
||||
});
|
||||
|
||||
|
||||
const actions = [...builtInActions, createNewFileAction()];
|
||||
|
||||
return createRouter({
|
||||
|
||||
@@ -513,14 +513,12 @@ spec:
|
||||
title: URL endpoint
|
||||
type: string
|
||||
description: URL endpoint at which the component can be reached
|
||||
default: "https://www.example.com"
|
||||
default: 'https://www.example.com'
|
||||
enabledDB:
|
||||
title: Enable Database
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
...
|
||||
|
||||
...
|
||||
steps:
|
||||
- id: fetch-base
|
||||
name: Fetch Base
|
||||
|
||||
Reference in New Issue
Block a user