1 Commits

Author SHA1 Message Date
Iván Ovejero
060a34edeb 👕 Disable casing rules 2022-07-19 16:06:35 +02:00

View File

@@ -33,6 +33,9 @@ module.exports = {
rules: {
'n8n-nodes-base/cred-class-field-documentation-url-missing': 'off',
'n8n-nodes-base/cred-class-field-documentation-url-miscased': 'off',
'n8n-nodes-base/cred-filename-against-convention': 'off',
'n8n-nodes-base/cred-class-field-name-uppercase-first-char': 'off',
},
},
{
@@ -45,6 +48,11 @@ module.exports = {
'n8n-nodes-base/node-param-fixed-collection-type-unsorted-items': 'off',
'n8n-nodes-base/node-execute-block-operation-missing-singular-pairing': 'off',
'n8n-nodes-base/node-execute-block-operation-missing-plural-pairing': 'off',
'n8n-nodes-base/node-dirname-against-convention': 'off',
'n8n-nodes-base/node-filename-against-convention': 'off',
'n8n-nodes-base/node-param-operation-option-action-miscased': 'off',
'n8n-nodes-base/node-param-display-name-miscased': 'off',
},
},
],