From 5c3bb358131ebbdddc0db61722d388b6f6235b22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Wed, 6 Jul 2022 14:58:06 +0200 Subject: [PATCH 1/2] :shirt: Disable `cred-class-field-documentation-url-miscased` --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) 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', }, }, { From c9c7550127924b593c485744ee055eb79b6efcd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Wed, 6 Jul 2022 14:58:24 +0200 Subject: [PATCH 2/2] :arrow_up: Upgrade `eslint-plugin-n8n-nodes-base` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",