From 0eec14835a4919cb6cedb1f562c5c8bfdd06b87c Mon Sep 17 00:00:00 2001 From: Paul Derscheid Date: Thu, 16 Jan 2025 17:35:31 +0100 Subject: [PATCH] Bug 38167: (QA follow-up) Remove old, add new eslint config to Makefile.PL To test: 1) Run t/Makefile.t, observe failure 2) Apply patch 3) Run t/Makefile.t, observe success --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 33d0b0c1b3..b11bfe1518 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -394,7 +394,6 @@ my $target_map = { # ignore files and directories created by the install itself './pm_to_blib' => 'NONE', './blib' => 'NONE', - '.eslintrc.json' => 'NONE', '.prettierrc.js' => 'NONE', '.sass-lint.yml' => 'NONE', '.scss-lint.yml' => 'NONE', @@ -405,6 +404,7 @@ my $target_map = { 'tsconfig.json' => 'NONE', 'webpack.config.js' => 'NONE', 'rspack.config.js' => 'NONE', + 'eslint.config.mjs' => 'NONE', }; =head1 CONFIGURATION OPTIONS -- 2.48.1