Lint format files. Updated rng function.

This commit is contained in:
Mike Cao
2026-06-02 22:35:07 -07:00
parent 5bf1792b38
commit 306ca4a435
144 changed files with 962 additions and 626 deletions
+1 -1
View File
@@ -1,9 +1,9 @@
/* eslint-disable no-console */
import fs from 'node:fs';
import https from 'node:https';
import path from 'node:path';
import chalk from 'chalk';
import fs from 'node:fs';
const src = path.resolve(process.cwd(), 'public/intl/messages');
const dest = path.resolve(process.cwd(), 'public/intl/country');