Add script for biome check

pull/1214/head
Lim Chee Aun 2025-07-10 11:36:08 +08:00
rodzic c02d35135b
commit 1c6deb46ae
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -16,7 +16,8 @@
"readme:i18n-volunteers": "node scripts/update-i18n-volunteers-readme.js", "readme:i18n-volunteers": "node scripts/update-i18n-volunteers-readme.js",
"test": "playwright test", "test": "playwright test",
"test:ui": "playwright test --ui", "test:ui": "playwright test --ui",
"test:headed": "playwright test --headed" "test:headed": "playwright test --headed",
"formatting-check": "npx biome check"
}, },
"dependencies": { "dependencies": {
"@formatjs/intl-localematcher": "~0.6.1", "@formatjs/intl-localematcher": "~0.6.1",