From 0efea305c5b34947b8979cecb92d0fd923fe4941 Mon Sep 17 00:00:00 2001 From: danilo neves cruz Date: Fri, 31 Jan 2020 22:11:05 +0700 Subject: [PATCH] add plugin to recommended config --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 8b1b142..ee44e4e 100644 --- a/index.js +++ b/index.js @@ -26,6 +26,7 @@ module.exports = { }, configs: { recommended: { + plugins: [ 'mocha' ], rules: { 'mocha/handle-done-callback': 'error', 'mocha/max-top-level-suites': [ 'error', { limit: 1 } ],