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

@@ -21,7 +21,6 @@ export class LinearTrigger implements INodeType {
description: 'Starts the workflow when Linear events occur',
defaults: {
name: 'Linear Trigger',
color: '#D9DCF8',
},
inputs: [],
outputs: ['main'],