From 90636ca10c9905d8e75e369474f32df0b6ba8630 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 16 May 2022 10:08:50 -0500 Subject: [PATCH] eslintignore: /custom/** --- .eslintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintignore b/.eslintignore index fe31218da..0c17e6907 100644 --- a/.eslintignore +++ b/.eslintignore @@ -4,4 +4,5 @@ /public/** /tmp/** /coverage/** +/custom/** !.eslintrc.js