From a2e430e55133e8b81b8c6bd7ea2c5d7667a737f3 Mon Sep 17 00:00:00 2001 From: Maxence Leblanc <32215310+mlbnc@users.noreply.github.com> Date: Tue, 19 Apr 2022 09:58:22 +0200 Subject: [PATCH] fix(payfit): config --- rules/node/payfit.js | 1 - 1 file changed, 1 deletion(-) diff --git a/rules/node/payfit.js b/rules/node/payfit.js index e942883..c9702a3 100644 --- a/rules/node/payfit.js +++ b/rules/node/payfit.js @@ -1,6 +1,5 @@ module.exports = { plugins: ['payfit'], - extends: ['plugin:payfit'], rules: { 'payfit/no-mongo-objectid': 'error', },