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

@@ -64,7 +64,7 @@ export const cardFields: INodeProperties[] = [
],
},
},
description: 'The id of the list to create card in',
description: 'The ID of the list to create card in',
},
{
displayName: 'Name',
@@ -124,14 +124,14 @@ export const cardFields: INodeProperties[] = [
name: 'due',
type: 'dateTime',
default: '',
description: 'A due date for the card.',
description: 'A due date for the card',
},
{
displayName: 'Due Complete',
name: 'dueComplete',
type: 'boolean',
default: false,
description: 'If the card is completed.',
description: 'If the card is completed',
},
{
displayName: 'Position',
@@ -145,28 +145,28 @@ export const cardFields: INodeProperties[] = [
name: 'idMembers',
type: 'string',
default: '',
description: 'Comma-separated list of member IDs to add to the card.',
description: 'Comma-separated list of member IDs to add to the card',
},
{
displayName: 'Label IDs',
name: 'idLabels',
type: 'string',
default: '',
description: 'Comma-separated list of label IDs to add to the card.',
description: 'Comma-separated list of label IDs to add to the card',
},
{
displayName: 'URL Source',
name: 'urlSource',
type: 'string',
default: '',
description: 'A source URL to attach to card.',
description: 'A source URL to attach to card',
},
{
displayName: 'Source ID',
name: 'idCardSource',
type: 'string',
default: '',
description: 'The ID of a card to copy into the new card.',
description: 'The ID of a card to copy into the new card',
},
{
displayName: 'Keep from source',
@@ -197,7 +197,7 @@ export const cardFields: INodeProperties[] = [
],
},
},
description: 'The ID of the card to delete.',
description: 'The ID of the card to delete',
},
// ----------------------------------
@@ -219,7 +219,7 @@ export const cardFields: INodeProperties[] = [
],
},
},
description: 'The ID of the card to get.',
description: 'The ID of the card to get',
},
{
displayName: 'Additional Fields',
@@ -250,7 +250,7 @@ export const cardFields: INodeProperties[] = [
name: 'board',
type: 'boolean',
default: false,
description: 'Whether to return the board object the card is on.',
description: 'Whether to return the board object the card is on',
},
{
displayName: 'Board Fields',
@@ -264,14 +264,14 @@ export const cardFields: INodeProperties[] = [
name: 'customFieldItems',
type: 'boolean',
default: false,
description: 'Whether to include the customFieldItems.',
description: 'Whether to include the customFieldItems',
},
{
displayName: 'Members',
name: 'members',
type: 'boolean',
default: false,
description: 'Whether to return member objects for members on the card.',
description: 'Whether to return member objects for members on the card',
},
{
displayName: 'Member Fields',
@@ -285,14 +285,14 @@ export const cardFields: INodeProperties[] = [
name: 'pluginData',
type: 'boolean',
default: false,
description: 'Whether to include pluginData on the card with the response.',
description: 'Whether to include pluginData on the card with the response',
},
{
displayName: 'Stickers',
name: 'stickers',
type: 'boolean',
default: false,
description: 'Whether to include sticker models with the response.',
description: 'Whether to include sticker models with the response',
},
{
displayName: 'Sticker Fields',
@@ -323,7 +323,7 @@ export const cardFields: INodeProperties[] = [
],
},
},
description: 'The ID of the card to update.',
description: 'The ID of the card to update',
},
{
displayName: 'Update Fields',
@@ -347,63 +347,63 @@ export const cardFields: INodeProperties[] = [
name: 'idAttachmentCover',
type: 'string',
default: '',
description: 'The ID of the image attachment the card should use as its cover, or null for none.',
description: 'The ID of the image attachment the card should use as its cover, or null for none',
},
{
displayName: 'Board ID',
name: 'idBoard',
type: 'string',
default: '',
description: 'The ID of the board the card should be on.',
description: 'The ID of the board the card should be on',
},
{
displayName: 'Closed',
name: 'closed',
type: 'boolean',
default: false,
description: 'Whether the board is closed.',
description: 'Whether the board is closed',
},
{
displayName: 'Description',
name: 'desc',
type: 'string',
default: '',
description: 'New description of the board.',
description: 'New description of the board',
},
{
displayName: 'Due Date',
name: 'due',
type: 'dateTime',
default: '',
description: 'A due date for the card.',
description: 'A due date for the card',
},
{
displayName: 'Due Complete',
name: 'dueComplete',
type: 'boolean',
default: false,
description: 'If the card is completed.',
description: 'If the card is completed',
},
{
displayName: 'Label IDs',
name: 'idLabels',
type: 'string',
default: '',
description: 'Comma-separated list of label IDs to set on card.',
description: 'Comma-separated list of label IDs to set on card',
},
{
displayName: 'List ID',
name: 'idList',
type: 'string',
default: '',
description: 'The ID of the list the card should be in.',
description: 'The ID of the list the card should be in',
},
{
displayName: 'Member IDs',
name: 'idMembers',
type: 'string',
default: '',
description: 'Comma-separated list of member IDs to set on card.',
description: 'Comma-separated list of member IDs to set on card',
},
{
displayName: 'Name',
@@ -424,7 +424,7 @@ export const cardFields: INodeProperties[] = [
name: 'subscribed',
type: 'boolean',
default: false,
description: 'Whether the acting user is subscribed to the board.',
description: 'Whether the acting user is subscribed to the board',
},
],
},