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

@@ -115,7 +115,7 @@ export class MessageBird implements INodeType {
],
},
},
description: 'The number from which to send the message.',
description: 'The number from which to send the message',
},
{
displayName: 'To',
@@ -134,7 +134,7 @@ export class MessageBird implements INodeType {
],
},
},
description: 'All recipients separated by commas.',
description: 'All recipients separated by commas',
},
{
displayName: 'Message',
@@ -152,7 +152,7 @@ export class MessageBird implements INodeType {
],
},
},
description: 'The message to be send.',
description: 'The message to be send',
},
{
displayName: 'Additional Fields',
@@ -176,7 +176,7 @@ export class MessageBird implements INodeType {
name: 'createdDatetime',
type: 'dateTime',
default: '',
description: 'The date and time of the creation of the message in RFC3339 format (Y-m-dTH:i:sP).',
description: 'The date and time of the creation of the message in RFC3339 format (Y-m-dTH:i:sP)',
},
{
displayName: 'Datacoding',
@@ -197,14 +197,14 @@ export class MessageBird implements INodeType {
},
],
default: '',
description: 'Using unicode will limit the maximum number of characters to 70 instead of 160.',
description: 'Using unicode will limit the maximum number of characters to 70 instead of 160',
},
{
displayName: 'Gateway',
name: 'gateway',
type: 'number',
default: '',
description: 'The SMS route that is used to send the message.',
description: 'The SMS route that is used to send the message',
},
{
displayName: 'Group IDs',
@@ -212,7 +212,7 @@ export class MessageBird implements INodeType {
placeholder: '1,2',
type: 'string',
default: '',
description: 'Group IDs separated by commas, If provided recipients can be omitted.',
description: 'Group IDs separated by commas, If provided recipients can be omitted',
},
{
displayName: 'Message Type',
@@ -237,7 +237,7 @@ export class MessageBird implements INodeType {
name: 'reference',
type: 'string',
default: '',
description: 'A client reference.',
description: 'A client reference',
},
{
displayName: 'Report Url',
@@ -251,7 +251,7 @@ export class MessageBird implements INodeType {
name: 'scheduledDatetime',
type: 'dateTime',
default: '',
description: 'The scheduled date and time of the message in RFC3339 format (Y-m-dTH:i:sP).',
description: 'The scheduled date and time of the message in RFC3339 format (Y-m-dTH:i:sP)',
},
{
displayName: 'Type',
@@ -289,7 +289,7 @@ export class MessageBird implements INodeType {
typeOptions: {
minValue: 1,
},
description: 'The amount of seconds that the message is valid.',
description: 'The amount of seconds that the message is valid',
},
],
},