mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(nodes-base): Apply lint rule node-param-option-name-wrong-for-get-many (#4051)
* ⬆️ Upgrade linter * 📦 Update `package-lock.json` * 👕 Substitute rule * 👕 Apply lintfix for `node-param-option-name-wrong-for-get-many` * 👕 Restore lint exceptions
This commit is contained in:
@@ -19,8 +19,8 @@ export const collectionOperations: INodeProperties[] = [
|
||||
action: 'Create a collection entry',
|
||||
},
|
||||
{
|
||||
// eslint-disable-next-line n8n-nodes-base/node-param-option-name-wrong-for-get-all
|
||||
name: 'Get All Entries',
|
||||
// eslint-disable-next-line n8n-nodes-base/node-param-option-name-wrong-for-get-many
|
||||
name: 'Get Many Entries',
|
||||
value: 'getAll',
|
||||
description: 'Get all collection entries',
|
||||
action: 'Get all collection entries',
|
||||
|
||||
Reference in New Issue
Block a user