Skip to content

Commit

Permalink
rollup.config: comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ChlodAlejandro committed Oct 4, 2023
1 parent 34bd349 commit dec2db8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ function blockCommentIfy( text ) {
* @return {string} A fully-decorated banner
*/
function loadBanner( ...bannerPath ) {
// development script, limited impact
// eslint-disable-next-line security/detect-non-literal-fs-filename
return blockCommentIfy( fs.readFileSync( path.join( __dirname, ...bannerPath ) ) );
}

Expand Down Expand Up @@ -234,7 +236,7 @@ export default [
watch: getWatch()
} ),

// Standalone Infringement Assistant
// Standalone CCI Case Request Filer Loader
auto( 'ccrf-loader', {
...globals,
input: 'src/modules/ccrf/CCICaseRequestFilerLoader.ts',
Expand Down

0 comments on commit dec2db8

Please sign in to comment.