mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-28 22:12:26 -05:00
Merge pull request #20 from n8n-io/documentation-url-adjustment
Adjust `documentationUrl` rules
This commit is contained in:
commit
3db27bb147
2 changed files with 2 additions and 1 deletions
|
|
@ -36,6 +36,7 @@ module.exports = {
|
|||
extends: ['plugin:n8n-nodes-base/credentials'],
|
||||
rules: {
|
||||
'n8n-nodes-base/cred-class-field-documentation-url-missing': 'off',
|
||||
'n8n-nodes-base/cred-class-field-documentation-url-miscased': 'off',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
"@types/express": "^4.17.6",
|
||||
"@types/request-promise-native": "~1.0.15",
|
||||
"@typescript-eslint/parser": "^5.29.0",
|
||||
"eslint-plugin-n8n-nodes-base": "^1.2.0",
|
||||
"eslint-plugin-n8n-nodes-base": "^1.4.1",
|
||||
"gulp": "^4.0.2",
|
||||
"n8n-core": "^0.125.0",
|
||||
"n8n-workflow": "^0.107.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue