mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 13:27:31 -08:00
👕 Add exception for node-class-description-missing-subtitle
This commit is contained in:
parent
da4dfad2e7
commit
c67d05724a
|
@ -15,6 +15,7 @@ import {
|
|||
} from './PostDescription';
|
||||
|
||||
export class LinkedIn implements INodeType {
|
||||
// eslint-disable-next-line n8n-nodes-base/node-class-description-missing-subtitle
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'LinkedIn',
|
||||
name: 'linkedIn',
|
||||
|
|
Loading…
Reference in a new issue