Skip to content

Commit

Permalink
temporary enable/disable eslint and formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan Sadanandan authored and Rohan Sadanandan committed Jan 28, 2025
1 parent 3a3feaa commit b9ea000
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ describe( "Export of the inclusive language configuration", () => {
if ( doExport ) {
writeToTempFile( "inclusive-language-database.csv", resultLines.join( "\n" ) );
/* eslint-disable no-console */
console.log("result=== \n"+resultLines.join( "\n" ));
console.log(`result=== \n${resultLines.join("\n")}`);
/* eslint-enable no-console */
}
} );
Expand Down

0 comments on commit b9ea000

Please sign in to comment.