From b4046149ca0e3f252ab02aa50b32d81a31f8f0f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Mon, 11 Jul 2022 15:45:36 +0200 Subject: [PATCH 1/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 03988ad..ae3b2fb 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,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.4.1", + "eslint-plugin-n8n-nodes-base": "^1.5.1", "gulp": "^4.0.2", "n8n-core": "^0.125.0", "n8n-workflow": "^0.107.0", From c22d1b6fc8cf6257052c3d7b201a86d9d20066c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Mon, 11 Jul 2022 15:45:56 +0200 Subject: [PATCH 2/2] :fire: Remove leftovers --- .eslintrc.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 867472c..324abd3 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -18,10 +18,6 @@ module.exports = { '**/*.js', '**/node_modules/**', '**/dist/**', - '**/test/**', - '**/templates/**', - '**/ormconfig.ts', - '**/migrations/**', ], overrides: [