refactor(lint): There must be a space after this paren @stylistic/js/space-in-parens

This commit is contained in:
2025-06-10 09:06:10 -07:00
parent 1debab8452
commit 4a8f35c0eb

View File

@@ -58,7 +58,7 @@ chalk.level = 3;
*/
TimeAgo.addDefaultLocale(en);
TimeAgo.addDefaultLocale( en );
const timeAgo = new TimeAgo( );
/*