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

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Paul Derscheid 2025-01-16 17:35:31 +01:00 committed by Katrin Fischer
parent aff29616ab
commit f82919adb3
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -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