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

@@ -108,7 +108,7 @@ export class FileMaker implements INodeType {
required: true,
displayOptions: {},
placeholder: 'Layout Name',
description: 'FileMaker Layout Name.',
description: 'FileMaker Layout Name',
},
{
displayName: 'Record Id',
@@ -133,7 +133,7 @@ export class FileMaker implements INodeType {
displayName: 'Offset',
name: 'offset',
placeholder: '0',
description: 'The record number of the first record in the range of records.',
description: 'The record number of the first record in the range of records',
type: 'number',
default: '1',
displayOptions: {
@@ -149,7 +149,7 @@ export class FileMaker implements INodeType {
displayName: 'Limit',
name: 'limit',
placeholder: '100',
description: 'The maximum number of records that should be returned. If not specified, the default value is 100.',
description: 'Max number of results to return',
type: 'number',
default: '100',
displayOptions: {
@@ -215,7 +215,6 @@ export class FileMaker implements INodeType {
},
options: [],
default: '',
required: false,
displayOptions: {
show: {
action: [
@@ -239,7 +238,6 @@ export class FileMaker implements INodeType {
],
},
},
description: 'Queries ',
default: {},
options: [
{
@@ -343,7 +341,7 @@ export class FileMaker implements INodeType {
loadOptionsMethod: 'getFields',
},
options: [],
description: 'Field Name.',
description: 'Field Name',
},
{
displayName: 'Order',
@@ -360,7 +358,7 @@ export class FileMaker implements INodeType {
value: 'descend',
},
],
description: 'Sort order.',
description: 'Sort order',
},
],
},
@@ -371,7 +369,7 @@ export class FileMaker implements INodeType {
name: 'setScriptBefore',
type: 'boolean',
default: false,
description: 'Define a script to be run before the action specified by the API call and after the subsequent sort.',
description: 'Define a script to be run before the action specified by the API call and after the subsequent sort',
displayOptions: {
show: {
action: [
@@ -405,14 +403,13 @@ export class FileMaker implements INodeType {
},
},
placeholder: 'Script Name',
description: 'The name of the FileMaker script to be run after the action specified by the API call and after the subsequent sort.',
description: 'The name of the FileMaker script to be run after the action specified by the API call and after the subsequent sort',
},
{
displayName: 'Script Parameter',
name: 'scriptBeforeParam',
type: 'string',
default: '',
required: false,
displayOptions: {
show: {
action: [
@@ -426,14 +423,14 @@ export class FileMaker implements INodeType {
},
},
placeholder: 'Script Parameters',
description: 'A parameter for the FileMaker script.',
description: 'A parameter for the FileMaker script',
},
{
displayName: 'Before sort script',
name: 'setScriptSort',
type: 'boolean',
default: false,
description: 'Define a script to be run after the action specified by the API call but before the subsequent sort.',
description: 'Define a script to be run after the action specified by the API call but before the subsequent sort',
displayOptions: {
show: {
action: [
@@ -467,14 +464,13 @@ export class FileMaker implements INodeType {
},
},
placeholder: 'Script Name',
description: 'The name of the FileMaker script to be run after the action specified by the API call but before the subsequent sort.',
description: 'The name of the FileMaker script to be run after the action specified by the API call but before the subsequent sort',
},
{
displayName: 'Script Parameter',
name: 'scriptSortParam',
type: 'string',
default: '',
required: false,
displayOptions: {
show: {
action: [
@@ -488,14 +484,14 @@ export class FileMaker implements INodeType {
},
},
placeholder: 'Script Parameters',
description: 'A parameter for the FileMaker script.',
description: 'A parameter for the FileMaker script',
},
{
displayName: 'After sort script',
name: 'setScriptAfter',
type: 'boolean',
default: false,
description: 'Define a script to be run after the action specified by the API call but before the subsequent sort.',
description: 'Define a script to be run after the action specified by the API call but before the subsequent sort',
displayOptions: {
show: {
action: [
@@ -529,14 +525,13 @@ export class FileMaker implements INodeType {
},
},
placeholder: 'Script Name',
description: 'The name of the FileMaker script to be run after the action specified by the API call and after the subsequent sort.',
description: 'The name of the FileMaker script to be run after the action specified by the API call and after the subsequent sort',
},
{
displayName: 'Script Parameter',
name: 'scriptAfterParam',
type: 'string',
default: '',
required: false,
displayOptions: {
show: {
action: [
@@ -550,7 +545,7 @@ export class FileMaker implements INodeType {
},
},
placeholder: 'Script Parameters',
description: 'A parameter for the FileMaker script.',
description: 'A parameter for the FileMaker script',
},
// ----------------------------------
// create/edit
@@ -617,7 +612,7 @@ export class FileMaker implements INodeType {
loadOptionsMethod: 'getFields',
},
options: [],
description: 'Field Name.',
description: 'Field Name',
},
{
displayName: 'Value',
@@ -650,14 +645,13 @@ export class FileMaker implements INodeType {
},
},
placeholder: 'Script Name',
description: 'The name of the FileMaker script to be run.',
description: 'The name of the FileMaker script to be run',
},
{
displayName: 'Script Parameter',
name: 'scriptParam',
type: 'string',
default: '',
required: false,
displayOptions: {
show: {
action: [
@@ -666,7 +660,7 @@ export class FileMaker implements INodeType {
},
},
placeholder: 'Script Parameters',
description: 'A parameter for the FileMaker script.',
description: 'A parameter for the FileMaker script',
},
],
};