Radish
alpha
Sign in with GitHub
r
radicle-desktop
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Clone
Radicle
Git
Source
Commits
644
Issues
125
Patches
362
Commits
›
430a5b9
Ignore 'arch' folder when linting
Thomas Scholtes
committed
10 months ago
commit 430a5b931c8dcb7bb8192b8de1e3be4297734506
parent
3adbfee
1 file changed
+1
-0
modified
eslint.config.js
@@ -135,6 +135,7 @@ export default [
},
{
ignores: [
+
"arch",
"build/*",
"isolation/*",
"node_modules/**/*",