mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(core): apply lint rule node-class-description-non-core-color-present (#4426)
* 👕 Enable rule `node-class-description-non-core-color-present` * 👕 Apply rule to remove deprecated `color` * ✏️ Fix unrelated typos * ✏️ Fix another unrelated typo Co-authored-by: Michael Kret <michael.k@radency.com>
This commit is contained in:
@@ -26,7 +26,6 @@ export class MicrosoftGraphSecurity implements INodeType {
|
||||
description: 'Consume the Microsoft Graph Security API',
|
||||
defaults: {
|
||||
name: 'Microsoft Graph Security',
|
||||
color: '#0078d4',
|
||||
},
|
||||
inputs: ['main'],
|
||||
outputs: ['main'],
|
||||
|
||||
Reference in New Issue
Block a user