From aa47e6669b6b3786041327c896b0f1c09c89e734 Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Tue, 26 Nov 2024 11:10:28 -0700 Subject: [PATCH] fix warning --- .eslintignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index b3f1511..c2b6b30 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,4 @@ !.eslintrc.json !.mocharc.json -!.prettierrc.json \ No newline at end of file +!.prettierrc.json +!.release-please-manifest.json \ No newline at end of file