mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-28 06:02:25 -05:00
👕 Disable casing rules
This commit is contained in:
parent
788a74b752
commit
060a34edeb
1 changed files with 8 additions and 0 deletions
|
|
@ -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',
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue