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:
Iván Ovejero
2022-10-25 09:06:54 +02:00
committed by GitHub
parent 408bd96815
commit d2b97c0713
33 changed files with 7 additions and 35 deletions

View File

@@ -32,7 +32,6 @@ export class Jenkins implements INodeType {
description: 'Consume Jenkins API',
defaults: {
name: 'Jenkins',
color: '#04AA51',
},
inputs: ['main'],
outputs: ['main'],