From 348822879ae460cd15220a08b825b87c4622fbaa Mon Sep 17 00:00:00 2001 From: beefchimi Date: Thu, 23 Nov 2023 14:35:44 -0500 Subject: [PATCH] :bug: [Labeler] Fix another typo --- .github/labeler.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 280a73e..5a77ee8 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -10,8 +10,9 @@ - .vscode/** - .editorconfig - .eslintignore - - .eslintrc.cjs + - .eslintrc - .gitignore + - .npmignore - .nvmrc - .prettierrc - config/**