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

@@ -66,7 +66,7 @@ export const subscriberFields: INodeProperties[] = [
},
},
default: '',
description: 'Email address of the subscriber.',
description: 'Email address of the subscriber',
},
{
displayName: 'List ID',
@@ -83,7 +83,7 @@ export const subscriberFields: INodeProperties[] = [
},
},
default: '',
description: `The list id you want to subscribe a user to. This encrypted & hashed id can be found under View all lists section named ID.`,
description: 'The list ID you want to subscribe a user to. This encrypted & hashed ID can be found under View all lists section named ID.',
},
{
displayName: 'Additional Fields',
@@ -107,49 +107,49 @@ export const subscriberFields: INodeProperties[] = [
name: 'country',
type: 'string',
default: '',
description: `User's 2 letter country code`,
description: 'User\'s 2 letter country code',
},
{
displayName: 'GDPR',
name: 'gdpr',
type: 'boolean',
default: false,
description: `If you're signing up EU users in a GDPR compliant manner, set this to "true"`,
description: 'If you\'re signing up EU users in a GDPR compliant manner, set this to "true"',
},
{
displayName: 'Honeypot',
name: 'hp',
type: 'boolean',
default: false,
description: `Include this 'honeypot' field to prevent spambots from signing up via this API call. When spambots fills in this field, this API call will exit, preventing them from signing up fake addresses to your form. This parameter is only supported in Sendy 3.0 onwards.`,
description: 'Include this \'honeypot\' field to prevent spambots from signing up via this API call. When spambots fills in this field, this API call will exit, preventing them from signing up fake addresses to your form. This parameter is only supported in Sendy 3.0 onwards.',
},
{
displayName: 'IP Address',
name: 'ipaddress',
type: 'string',
default: '',
description: `User's IP address`,
description: 'User\'s IP address',
},
{
displayName: 'Name',
name: 'name',
type: 'string',
default: '',
description: `User's name`,
description: 'User\'s name',
},
{
displayName: 'Referrer',
name: 'referrer',
type: 'string',
default: '',
description: `The URL where the user signed up from`,
description: 'The URL where the user signed up from',
},
{
displayName: 'Silent',
name: 'silent',
type: 'boolean',
default: false,
description: `Set to "true" if your list is 'Double opt-in' but you want to bypass that and signup the user to the list as 'Single Opt-in instead' (optional)`,
description: 'Set to "true" if your list is \'Double opt-in\' but you want to bypass that and signup the user to the list as \'Single Opt-in instead\' (optional)',
},
],
},
@@ -171,7 +171,7 @@ export const subscriberFields: INodeProperties[] = [
},
},
default: '',
description: `The list id you want to subscribe a user to. This encrypted & hashed id can be found under View all lists section named ID.`,
description: 'The list ID you want to subscribe a user to. This encrypted & hashed ID can be found under View all lists section named ID.',
},
/* -------------------------------------------------------------------------- */
/* subscriber:delete */
@@ -191,7 +191,7 @@ export const subscriberFields: INodeProperties[] = [
},
},
default: '',
description: 'Email address of the subscriber.',
description: 'Email address of the subscriber',
},
{
displayName: 'List ID',
@@ -208,7 +208,7 @@ export const subscriberFields: INodeProperties[] = [
},
},
default: '',
description: `The list id you want to subscribe a user to. This encrypted & hashed id can be found under View all lists section named ID.`,
description: 'The list ID you want to subscribe a user to. This encrypted & hashed ID can be found under View all lists section named ID.',
},
/* -------------------------------------------------------------------------- */
/* subscriber:remove */
@@ -228,7 +228,7 @@ export const subscriberFields: INodeProperties[] = [
},
},
default: '',
description: 'Email address of the subscriber.',
description: 'Email address of the subscriber',
},
{
displayName: 'List ID',
@@ -245,7 +245,7 @@ export const subscriberFields: INodeProperties[] = [
},
},
default: '',
description: `The list id you want to subscribe a user to. This encrypted & hashed id can be found under View all lists section named ID.`,
description: 'The list ID you want to subscribe a user to. This encrypted & hashed ID can be found under View all lists section named ID.',
},
/* -------------------------------------------------------------------------- */
/* subscriber:status */
@@ -265,7 +265,7 @@ export const subscriberFields: INodeProperties[] = [
},
},
default: '',
description: 'Email address of the subscriber.',
description: 'Email address of the subscriber',
},
{
displayName: 'List ID',
@@ -282,6 +282,6 @@ export const subscriberFields: INodeProperties[] = [
},
},
default: '',
description: `The list id you want to subscribe a user to. This encrypted & hashed id can be found under View all lists section named ID.`,
description: 'The list ID you want to subscribe a user to. This encrypted & hashed ID can be found under View all lists section named ID.',
},
];