refactor(core): apply lint rule cred-class-field-unobscured-sensitive-input (#4495)

* ⬆️ Upgrade linter

* 📦 Update `package-lock.json`

* 👕 Enable rule

* 👕 Apply rule

* 📦 Re-update `package-lock.json`
This commit is contained in:
Iván Ovejero
2022-11-01 17:41:45 +01:00
committed by GitHub
parent cf034c015f
commit 1c229a7b52
124 changed files with 8064 additions and 14699 deletions

View File

@@ -9,6 +9,7 @@ export class AirtableApi implements ICredentialType {
displayName: 'API Key',
name: 'apiKey',
type: 'string',
typeOptions: { password: true },
default: '',
},
];