Bugzilla – Attachment 176693 Details for
Bug 38167
ESLint: migrate config to flat format + cleanup some node dependencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38167: (QA follow-up) Remove old, add new eslint config to Makefile.PL
Bug-38167-QA-follow-up-Remove-old-add-new-eslint-c.patch (text/plain), 1.06 KB, created by
Paul Derscheid
on 2025-01-16 16:38:24 UTC
(
hide
)
Description:
Bug 38167: (QA follow-up) Remove old, add new eslint config to Makefile.PL
Filename:
MIME Type:
Creator:
Paul Derscheid
Created:
2025-01-16 16:38:24 UTC
Size:
1.06 KB
patch
obsolete
>From 0eec14835a4919cb6cedb1f562c5c8bfdd06b87c Mon Sep 17 00:00:00 2001 >From: Paul Derscheid <paul.derscheid@lmscloud.de> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 38167
:
172754
|
172755
|
173070
|
173071
|
174429
|
174430
|
174431
|
174432
|
174855
|
174856
|
174857
|
174858
|
174859
|
175427
|
175428
|
175429
|
175430
|
175431
|
175897
|
175898
|
176195
|
176196
| 176693