Lines 394-400
my $target_map = {
Link Here
|
394 |
# ignore files and directories created by the install itself |
394 |
# ignore files and directories created by the install itself |
395 |
'./pm_to_blib' => 'NONE', |
395 |
'./pm_to_blib' => 'NONE', |
396 |
'./blib' => 'NONE', |
396 |
'./blib' => 'NONE', |
397 |
'.eslintrc.json' => 'NONE', |
|
|
398 |
'.prettierrc.js' => 'NONE', |
397 |
'.prettierrc.js' => 'NONE', |
399 |
'.sass-lint.yml' => 'NONE', |
398 |
'.sass-lint.yml' => 'NONE', |
400 |
'.scss-lint.yml' => 'NONE', |
399 |
'.scss-lint.yml' => 'NONE', |
Lines 405-410
my $target_map = {
Link Here
|
405 |
'tsconfig.json' => 'NONE', |
404 |
'tsconfig.json' => 'NONE', |
406 |
'webpack.config.js' => 'NONE', |
405 |
'webpack.config.js' => 'NONE', |
407 |
'rspack.config.js' => 'NONE', |
406 |
'rspack.config.js' => 'NONE', |
|
|
407 |
'eslint.config.mjs' => 'NONE', |
408 |
}; |
408 |
}; |
409 |
|
409 |
|
410 |
=head1 CONFIGURATION OPTIONS |
410 |
=head1 CONFIGURATION OPTIONS |
411 |
- |
|
|