Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
r
radicle-desktop
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
666
Issues
129
Patches
380
Jobs
Commits
›
4e713f68fdf15d98c0ddf1e43949655d50eb2cb2
Ignore 'arch' folder when linting
Thomas Scholtes
committed
10 months ago
commit 4e713f68fdf15d98c0ddf1e43949655d50eb2cb2
parent
30710d51818714feb132102ed267303045975f85
1 file changed
+1
-0
modified
eslint.config.js
@@ -135,6 +135,7 @@ export default [
},
{
ignores: [
+
"arch",
"build/*",
"isolation/*",
"node_modules/**/*",