Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove some values that are now defaults
Sebastian Martinez committed 2 years ago
commit 1f5751dbcbf3cec27163dcd3a68176d643b6a580
parent 391f188b691a3afcba5fefc00b0b2e9b292f7e72
2 files changed +1 -2
modified .prettierrc
@@ -1,6 +1,5 @@
{
  "arrowParens": "avoid",
-
  "trailingComma": "all",
  "plugins": ["prettier-plugin-svelte"],
  "svelteSortOrder": "options-scripts-styles-markup",
  "bracketSameLine": true,
modified package.json
@@ -8,7 +8,7 @@
    "build:ipfs": "VITE_HASH_ROUTING=1 vite build --base ./",
    "postinstall": "scripts/copy-katex-assets && scripts/install-twemoji-assets",
    "check": "scripts/check",
-
    "format": "npx prettier '**/*.@(ts|js|svelte|json|css|html|yml)' --ignore-path .gitignore --write",
+
    "format": "npx prettier '**/*.@(ts|js|svelte|json|css|html|yml)' --write",
    "test:unit": "TZ='UTC' vitest run",
    "test:e2e": "TZ='UTC' playwright test",
    "test:e2e:ipfs": "TZ='UTC' playwright test ./tests/e2e/hashRouter.spec.ts --config playwright.ipfs.config.ts",