mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
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:
@@ -106,7 +106,7 @@ export class Disqus implements INodeType {
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The short name(aka ID) of the forum to get.',
|
||||
description: 'The short name(aka ID) of the forum to get',
|
||||
},
|
||||
{
|
||||
displayName: 'Additional Fields',
|
||||
@@ -205,7 +205,7 @@ export class Disqus implements INodeType {
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The short name(aka ID) of the forum to get.',
|
||||
description: 'The short name(aka ID) of the forum to get',
|
||||
},
|
||||
{
|
||||
displayName: 'Return All',
|
||||
@@ -222,7 +222,7 @@ export class Disqus implements INodeType {
|
||||
},
|
||||
},
|
||||
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',
|
||||
@@ -246,7 +246,7 @@ export class Disqus implements INodeType {
|
||||
maxValue: 100,
|
||||
},
|
||||
default: 100,
|
||||
description: 'How many results to return.',
|
||||
description: 'Max number of results to return',
|
||||
},
|
||||
{
|
||||
displayName: 'Additional Fields',
|
||||
@@ -316,7 +316,7 @@ export class Disqus implements INodeType {
|
||||
},
|
||||
],
|
||||
default: [],
|
||||
description: 'You may specify filters for your response.',
|
||||
description: 'You may specify filters for your response',
|
||||
},
|
||||
{
|
||||
displayName: 'Include',
|
||||
@@ -329,7 +329,7 @@ export class Disqus implements INodeType {
|
||||
},
|
||||
],
|
||||
default: [],
|
||||
description: 'You may specify relations to include with your response.',
|
||||
description: 'You may specify relations to include with your response',
|
||||
},
|
||||
{
|
||||
displayName: 'Order',
|
||||
@@ -346,14 +346,14 @@ export class Disqus implements INodeType {
|
||||
},
|
||||
],
|
||||
default: 'asc',
|
||||
description: 'You may specify order to sort your response.',
|
||||
description: 'You may specify order to sort your response',
|
||||
},
|
||||
{
|
||||
displayName: 'Query',
|
||||
name: 'query',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'You may specify query forChoices: asc, desc your response.',
|
||||
description: 'You may specify query forChoices: asc, desc your response',
|
||||
},
|
||||
{
|
||||
displayName: 'Related',
|
||||
@@ -397,7 +397,7 @@ export class Disqus implements INodeType {
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The short name(aka ID) of the forum to get Categories.',
|
||||
description: 'The short name(aka ID) of the forum to get Categories',
|
||||
},
|
||||
{
|
||||
displayName: 'Return All',
|
||||
@@ -414,7 +414,7 @@ export class Disqus implements INodeType {
|
||||
},
|
||||
},
|
||||
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',
|
||||
@@ -438,7 +438,7 @@ export class Disqus implements INodeType {
|
||||
maxValue: 100,
|
||||
},
|
||||
default: 100,
|
||||
description: 'How many results to return.',
|
||||
description: 'Max number of results to return',
|
||||
},
|
||||
{
|
||||
displayName: 'Additional Fields',
|
||||
@@ -472,7 +472,7 @@ export class Disqus implements INodeType {
|
||||
},
|
||||
],
|
||||
default: 'asc',
|
||||
description: 'You may specify order to sort your response.',
|
||||
description: 'You may specify order to sort your response',
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -496,7 +496,7 @@ export class Disqus implements INodeType {
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The short name(aka ID) of the forum to get Threads.',
|
||||
description: 'The short name(aka ID) of the forum to get Threads',
|
||||
},
|
||||
{
|
||||
displayName: 'Return All',
|
||||
@@ -513,7 +513,7 @@ export class Disqus implements INodeType {
|
||||
},
|
||||
},
|
||||
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',
|
||||
@@ -537,7 +537,7 @@ export class Disqus implements INodeType {
|
||||
maxValue: 100,
|
||||
},
|
||||
default: 100,
|
||||
description: 'How many results to return.',
|
||||
description: 'Max number of results to return',
|
||||
},
|
||||
{
|
||||
displayName: 'Additional Fields',
|
||||
@@ -592,7 +592,7 @@ export class Disqus implements INodeType {
|
||||
},
|
||||
],
|
||||
default: [],
|
||||
description: 'You may specify relations to include with your response.',
|
||||
description: 'You may specify relations to include with your response',
|
||||
},
|
||||
{
|
||||
displayName: 'Order',
|
||||
@@ -609,7 +609,7 @@ export class Disqus implements INodeType {
|
||||
},
|
||||
],
|
||||
default: 'asc',
|
||||
description: 'You may specify order to sort your response.',
|
||||
description: 'You may specify order to sort your response',
|
||||
},
|
||||
{
|
||||
displayName: 'Since',
|
||||
|
||||
Reference in New Issue
Block a user