ci: Upgrade nodelinter to 1.16.0 (no-changelog) (#6879)

ci: Upgrade nodelinter to 1.16.0
This commit is contained in:
Iván Ovejero
2023-08-09 10:10:08 +02:00
committed by GitHub
parent aa76dcbdfa
commit b82cf5603a
12 changed files with 95 additions and 35 deletions

View File

@@ -32,6 +32,7 @@ export class Ldap implements INodeType {
outputs: ['main'],
credentials: [
{
// eslint-disable-next-line n8n-nodes-base/node-class-description-credentials-name-unsuffixed
name: 'ldap',
required: true,
testedBy: 'ldapConnectionTest',