mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor: Add lint rule node-class-description-name-miscased (no-changelog) (#5065)
* 📦 Update `eslint-plugin-n8n-nodes-base` version * 📦 Update `pnpm-lock` * 👕 Enable rule * 👕 Exempt pre-existing nodes with miscased names
This commit is contained in:
@@ -7,6 +7,7 @@ import { brandfetchApiRequest } from './GenericFunctions';
|
||||
export class Brandfetch implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Brandfetch',
|
||||
// eslint-disable-next-line n8n-nodes-base/node-class-description-name-miscased
|
||||
name: 'Brandfetch',
|
||||
// eslint-disable-next-line n8n-nodes-base/node-class-description-icon-not-svg
|
||||
icon: 'file:brandfetch.png',
|
||||
|
||||
Reference in New Issue
Block a user