refactor: Enable cred-class-field-properties-assertion (no-changelog) (#6908)

This commit is contained in:
Iván Ovejero
2023-08-10 15:28:03 +02:00
committed by GitHub
parent 7f0db60f15
commit 6f48593134
8 changed files with 31 additions and 24 deletions

View File

@@ -50,6 +50,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-properties-assertion': 'error',
'n8n-nodes-base/cred-class-field-type-options-password-missing': 'error',
'n8n-nodes-base/cred-class-name-missing-oauth2-suffix': 'error',
'n8n-nodes-base/cred-class-name-unsuffixed': 'error',