Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Run eslint --fix in format script to auto-sort imports
Rūdolfs Ošiņš committed 1 month ago
commit e438582d9dcf5c74c738f6ade973980daf25dfcc
parent 010cac0
1 file changed +1 -1
modified package.json
@@ -16,7 +16,7 @@
    "check-rs": "scripts/check-rs",
    "test:unit": "TZ='UTC' vitest run",
    "test:e2e": "TZ='UTC' playwright test",
-
    "format": "npx prettier . --write",
+
    "format": "npx prettier . --write && npx eslint --fix .",
    "generate-types": "cargo test --manifest-path ./crates/radicle-types/Cargo.toml",
    "tauri": "npx tauri"
  },