fix: muted words

This commit is contained in:
2024-04-29 11:22:26 +01:00
parent 08d4a73ca6
commit a17c98ad25
6 changed files with 28 additions and 17 deletions

View File

@ -63,7 +63,8 @@
"test:watch": "vitest watch",
"intl-extract": "formatjs extract 'src/**/*.ts*' --ignore='**/*.d.ts' --out-file src/lang.json --flatten true",
"intl-compile": "formatjs compile src/lang.json --out-file src/translations/en.json",
"eslint": "eslint ."
"eslint": "eslint .",
"deploy:meku": "NODE_CONFIG_ENV=meku yarn workspace @snort/app build && npx wrangler pages deploy --project-name meku build/"
},
"eslintConfig": {
"extends": [