this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add script for biome check

+2 -1
+2 -1
package.json
··· 16 16 "readme:i18n-volunteers": "node scripts/update-i18n-volunteers-readme.js", 17 17 "test": "playwright test", 18 18 "test:ui": "playwright test --ui", 19 - "test:headed": "playwright test --headed" 19 + "test:headed": "playwright test --headed", 20 + "formatting-check": "npx biome check" 20 21 }, 21 22 "dependencies": { 22 23 "@formatjs/intl-localematcher": "~0.6.1",