Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 513 Bytes

node-filename-against-convention.md

File metadata and controls

11 lines (6 loc) · 513 Bytes

node-filename-against-convention

name in node class description must match the node filename without the .node.ts suffix. Example: If description.name is Test, then filename must be Test.node.ts. Version suffix in filename (e.g. -V2) is disregarded.

📋 This rule is part of the plugin:eslint-plugin-n8n-nodes-base/non-autofixable config.

Links