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:
parent
aff29616ab
commit
f82919adb3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue