From 29e0fa4596b66029d9ca7f6bc2cb893655413f84 Mon Sep 17 00:00:00 2001 From: Julian Grinblat Date: Thu, 4 Nov 2021 14:30:15 +0900 Subject: [PATCH] Update default-exclude.js --- default-exclude.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default-exclude.js b/default-exclude.js index c6bb526..12562e4 100644 --- a/default-exclude.js +++ b/default-exclude.js @@ -18,5 +18,5 @@ module.exports = [ '**/{ava,babel,nyc}.config.{js,cjs,mjs}', '**/jest.config.{js,cjs,mjs,ts}', '**/{karma,rollup,webpack}.config.js', - '**/.{eslint,mocha}rc.{js,cjs}' + '**/.{eslint,mocha,babel}rc.{js,cjs}' ];