From ac05ebea74db4b8912df40f50f0407967010f15f Mon Sep 17 00:00:00 2001 From: bcoe Date: Fri, 17 Apr 2020 09:50:31 -0700 Subject: [PATCH] feat: ignore .prettierrc.js --- default-exclude.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default-exclude.js b/default-exclude.js index c6bb526..59caf81 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,prettier}rc.{js,cjs}' ];