tangled
alpha
login
or
join now
besaid.zone
/
leaflet-loader-astro
9
fork
atom
leaflet.pub astro loader
9
fork
atom
overview
issues
pulls
pipelines
update biome linting path
nulfrost
7 months ago
6f3d759f
e92b85b1
+2
-2
2 changed files
expand all
collapse all
unified
split
biome.json
src
leaflet-live-loader.ts
+1
-1
biome.json
···
7
7
},
8
8
"files": {
9
9
"ignoreUnknown": false,
10
10
-
"includes": ["**", "!src/leaflet/**/*.ts"]
10
10
+
"includes": ["**", "!src/lexicons/**/*.ts"]
11
11
},
12
12
"formatter": {
13
13
"enabled": true,
+1
-1
src/leaflet-live-loader.ts
···
43
43
);
44
44
}
45
45
46
46
-
// not a valid handle, let's check if it's a valid did
46
46
+
// not a valid did
47
47
if (!isDid(repo)) {
48
48
throw new LiveLoaderError("invalid did", "INVALID_DID");
49
49
}