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:
@@ -56,7 +56,7 @@ export const profileFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: `The LinkedIn profile URL or email ID for creating a Humantic profile. If you are sending the resume, this should be a unique string.`,
|
||||
description: 'The LinkedIn profile URL or email ID for creating a Humantic profile. If you are sending the resume, this should be a unique string.',
|
||||
},
|
||||
{
|
||||
displayName: 'Send Resume',
|
||||
@@ -73,7 +73,7 @@ export const profileFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: `Send a resume for a resume based analysis.`,
|
||||
description: 'Send a resume for a resume based analysis',
|
||||
},
|
||||
{
|
||||
displayName: 'Binary Property',
|
||||
@@ -93,7 +93,7 @@ export const profileFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: `The resume in PDF or DOCX format.`,
|
||||
description: 'The resume in PDF or DOCX format',
|
||||
},
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
@@ -115,7 +115,7 @@ export const profileFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: `This value is the same as the User ID that was provided when the analysis was created. This could be a LinkedIn URL, email ID, or a unique string in case of resume based analysis.`,
|
||||
description: 'This value is the same as the User ID that was provided when the analysis was created. This could be a LinkedIn URL, email ID, or a unique string in case of resume based analysis.',
|
||||
},
|
||||
{
|
||||
displayName: 'Options',
|
||||
@@ -149,7 +149,7 @@ export const profileFields: INodeProperties[] = [
|
||||
},
|
||||
],
|
||||
default: [],
|
||||
description: `Fetch the Humantic profile of the user for a particular persona type. Multiple persona values can be supported using comma as a delimiter.`,
|
||||
description: 'Fetch the Humantic profile of the user for a particular persona type. Multiple persona values can be supported using comma as a delimiter.',
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -175,7 +175,7 @@ export const profileFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: `This value is the same as the User ID that was provided when the analysis was created. Currently only supported for profiles created using LinkedIn URL.`,
|
||||
description: 'This value is the same as the User ID that was provided when the analysis was created. Currently only supported for profiles created using LinkedIn URL.',
|
||||
},
|
||||
{
|
||||
displayName: 'Send Resume',
|
||||
@@ -192,7 +192,7 @@ export const profileFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: `Send a resume for a resume of the user.`,
|
||||
description: 'Send a resume for a resume of the user',
|
||||
},
|
||||
{
|
||||
displayName: 'Text',
|
||||
@@ -212,7 +212,7 @@ export const profileFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: `Additional text written by the user.`,
|
||||
description: 'Additional text written by the user',
|
||||
},
|
||||
{
|
||||
displayName: 'Binary Property',
|
||||
@@ -232,6 +232,6 @@ export const profileFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: `The resume in PDF or DOCX format.`,
|
||||
description: 'The resume in PDF or DOCX format',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user