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

@@ -72,6 +72,7 @@ module.exports = {
'n8n-nodes-base/cred-class-field-name-missing-oauth2': 'error',
'n8n-nodes-base/cred-class-field-name-unsuffixed': 'error',
'n8n-nodes-base/cred-class-field-name-uppercase-first-char': 'error',
'n8n-nodes-base/cred-class-field-unobscured-sensitive-input': 'error',
'n8n-nodes-base/cred-class-name-missing-oauth2-suffix': 'error',
'n8n-nodes-base/cred-class-name-unsuffixed': 'error',
'n8n-nodes-base/cred-filename-against-convention': 'error',