refactor: Apply more eslint-plugin-n8n-nodes-base autofixable rules (#3243)

* ✏️ Alphabetize rules

* 🔖 Update version

*  Update lintfix command

*  Run baseline lintfix

* 📦 Update package-lock.json

* 👕 Apply `node-param-description-untrimmed` (#3200)

* Removing unneeded backticks (#3249)

* 👕 Apply node-param-description-wrong-for-return-all (#3253)

* 👕 Apply node-param-description-missing-limit (#3252)

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>

* 👕 Apply node-param-description-excess-final-period (#3250)

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>

* 👕 Apply node-param-description-unencoded-angle-brackets (#3256)

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>

* 👕 Apply node-param-description-url-missing-protocol (#3258)

* 👕 Apply `node-param-description-miscased-id` (#3254)

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>

* 👕 Apply node-param-description-wrong-for-limit (#3257)

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>

* 👕 Apply node-param-description-wrong-for-ignore-ssl-issues (#3261)

* 👕 Apply rule

*  Restore lintfix script

*  Restore lintfix script

Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
This commit is contained in:
Iván Ovejero
2022-05-06 23:01:25 +02:00
committed by GitHub
parent 1ef10dd23f
commit 63b6c9f128
689 changed files with 6828 additions and 6935 deletions

View File

@@ -71,7 +71,7 @@ export const monitorFields: INodeProperties[] = [
],
},
},
description: 'The friendly name of the monitor.',
description: 'The friendly name of the monitor',
},
{
displayName: 'Type',
@@ -111,7 +111,7 @@ export const monitorFields: INodeProperties[] = [
],
},
},
description: 'The type of the monitor.',
description: 'The type of the monitor',
},
{
displayName: 'URL',
@@ -129,7 +129,7 @@ export const monitorFields: INodeProperties[] = [
],
},
},
description: 'The URL/IP of the monitor.',
description: 'The URL/IP of the monitor',
},
/* -------------------------------------------------------------------------- */
@@ -153,7 +153,7 @@ export const monitorFields: INodeProperties[] = [
],
},
},
description: 'The ID of the monitor.',
description: 'The ID of the monitor',
},
/* -------------------------------------------------------------------------- */
@@ -174,7 +174,7 @@ export const monitorFields: INodeProperties[] = [
},
},
default: false,
description: 'If all results should be returned or only up to a given limit.',
description: 'Whether to return all results or only up to a given limit',
},
{
displayName: 'Limit',
@@ -198,7 +198,7 @@ export const monitorFields: INodeProperties[] = [
maxValue: 100,
},
default: 50,
description: 'How many results to return.',
description: 'Max number of results to return',
},
{
displayName: 'Filters',
@@ -222,42 +222,42 @@ export const monitorFields: INodeProperties[] = [
name: 'alert_contacts',
type: 'boolean',
default: false,
description: 'Whether the alert contacts set for the monitor to be returned.',
description: 'Whether the alert contacts set for the monitor to be returned',
},
{
displayName: 'Logs',
name: 'logs',
type: 'boolean',
default: false,
description: 'If the logs of each monitor will be returned.',
description: 'If the logs of each monitor will be returned',
},
{
displayName: 'Maintenance Window',
name: 'mwindow',
type: 'boolean',
default: false,
description: 'If the maintenance windows for the monitors to be returned.',
description: 'If the maintenance windows for the monitors to be returned',
},
{
displayName: 'Monitor IDs',
name: 'monitors',
type: 'string',
default: '',
description: 'Monitors IDs separated with dash, e.g. 15830-32696-83920.',
description: 'Monitors IDs separated with dash, e.g. 15830-32696-83920',
},
{
displayName: 'Response Times',
name: 'response_times',
type: 'boolean',
default: false,
description: 'Whether the response time data of each monitor will be returned.',
description: 'Whether the response time data of each monitor will be returned',
},
{
displayName: 'Search',
name: 'search',
type: 'string',
default: '',
description: 'A keyword to be matched against url and friendly name.',
description: 'A keyword to be matched against url and friendly name',
},
{
displayName: 'Statuses',
@@ -314,7 +314,7 @@ export const monitorFields: INodeProperties[] = [
value: 4,
},
],
description: 'Select monitor types.',
description: 'Select monitor types',
},
],
},
@@ -338,7 +338,7 @@ export const monitorFields: INodeProperties[] = [
],
},
},
description: 'The ID of the monitor.',
description: 'The ID of the monitor',
},
{
displayName: 'Update Fields',
@@ -362,7 +362,7 @@ export const monitorFields: INodeProperties[] = [
name: 'friendly_name',
type: 'string',
default: '',
description: 'The friendly name of the monitor.',
description: 'The friendly name of the monitor',
},
{
displayName: 'HTTP Auth Type',
@@ -379,7 +379,7 @@ export const monitorFields: INodeProperties[] = [
value: 2,
},
],
description: 'The authentication type for password-protected web pages.',
description: 'The authentication type for password-protected web pages',
},
{
displayName: 'HTTP Method',
@@ -416,35 +416,35 @@ export const monitorFields: INodeProperties[] = [
value: 4,
},
],
description: 'The HTTP method to be used.',
description: 'The HTTP method to be used',
},
{
displayName: 'HTTP Password',
name: 'http_password',
type: 'string',
default: '',
description: 'The password used for password-protected web pages.',
description: 'The password used for password-protected web pages',
},
{
displayName: 'HTTP Username',
name: 'http_username',
type: 'string',
default: '',
description: 'The username used for password-protected web pages.',
description: 'The username used for password-protected web pages',
},
{
displayName: 'Interval',
name: 'interval',
type: 'number',
default: '',
description: 'The interval for the monitoring check.',
description: 'The interval for the monitoring check',
},
{
displayName: 'Port',
name: 'port',
type: 'number',
default: '',
description: 'The monitored port.',
description: 'The monitored port',
},
{
displayName: 'Status',
@@ -461,7 +461,7 @@ export const monitorFields: INodeProperties[] = [
value: 1,
},
],
description: 'Select monitor statuses.',
description: 'Select monitor statuses',
},
{
displayName: 'Sub type',
@@ -498,14 +498,14 @@ export const monitorFields: INodeProperties[] = [
value: 4,
},
],
description: 'Specify which pre-defined port/service or custom port is monitored.',
description: 'Specify which pre-defined port/service or custom port is monitored',
},
{
displayName: 'URL',
name: 'url',
type: 'string',
default: '',
description: 'The URL/IP of the monitor.',
description: 'The URL/IP of the monitor',
},
],
},