From 06da4e932a33924f31f093992191860007b45643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Mon, 8 Aug 2022 08:44:23 +0200 Subject: [PATCH] Fix node plugin usage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 6aaacc8..6c22a29 100644 --- a/index.js +++ b/index.js @@ -16,7 +16,7 @@ module.exports = { 'eslint:recommended', 'plugin:import/errors', 'plugin:import/warnings', - 'plugin:node/recommended', + 'plugin:n/recommended', 'plugin:vue/recommended', 'plugin:@nextcloud/recommended', 'plugin:jsdoc/recommended',