From 9a6c7a9c8b54912ae401b362c4533fbfac064f1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Mon, 4 Jul 2022 13:38:14 +0200 Subject: [PATCH] :shirt: Enable `node-param-operation-option-without-action` --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 69bccbf..f9550f1 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -46,7 +46,6 @@ module.exports = { 'n8n-nodes-base/node-execute-block-missing-continue-on-fail': 'off', 'n8n-nodes-base/node-resource-description-filename-against-convention': 'off', 'n8n-nodes-base/node-param-fixed-collection-type-unsorted-items': 'off', - 'n8n-nodes-base/node-param-operation-option-without-action': 'off', }, }, ],