diff --git a/.eslintrc.js b/.eslintrc.js index f9550f1..867472c 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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', }, }, { diff --git a/package.json b/package.json index ccf505b..110ecac 100644 --- a/package.json +++ b/package.json @@ -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",