Skip to content

Commit d008a47

Browse files
committed
Don't try to lint lib/*.js , also bun run build
1 parent b370dfd commit d008a47

File tree

5 files changed

+27
-27
lines changed

5 files changed

+27
-27
lines changed

data/brands/shop/cosmetics.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -752,9 +752,9 @@
752752
},
753753
{
754754
"displayName": "Primor",
755-
"id": "primor-16394a",
755+
"id": "primor-3ea366",
756756
"locationSet": {
757-
"include": ["ad", "es", "pt", "it"]
757+
"include": ["ad", "es", "it", "pt"]
758758
},
759759
"tags": {
760760
"brand": "Primor",

data/brands/shop/optician.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,6 @@
1212
}
1313
},
1414
"items": [
15-
{
16-
"displayName": "Soloptical",
17-
"locationSet": {
18-
"include": ["es"]
19-
},
20-
"tags": {
21-
"brand": "Soloptical",
22-
"brand:wikidata": "Q130349466",
23-
"name": "Soloptical",
24-
"shop": "optician"
25-
}
26-
},
2715
{
2816
"displayName": "+Visión",
2917
"id": "vision-af475b",
@@ -1297,6 +1285,17 @@
12971285
"shop": "optician"
12981286
}
12991287
},
1288+
{
1289+
"displayName": "Soloptical",
1290+
"id": "soloptical-61af00",
1291+
"locationSet": {"include": ["es"]},
1292+
"tags": {
1293+
"brand": "Soloptical",
1294+
"brand:wikidata": "Q130349466",
1295+
"name": "Soloptical",
1296+
"shop": "optician"
1297+
}
1298+
},
13001299
{
13011300
"displayName": "Solstice Sunglasses",
13021301
"id": "solsticesunglasses-5b6831",

data/brands/shop/shoes.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,6 @@
1010
}
1111
},
1212
"items": [
13-
{
14-
"displayName": "Merkal",
15-
"locationSet": {"include": ["es"]},
16-
"matchNames": ["merkal calzados"],
17-
"tags": {
18-
"brand": "Merkal",
19-
"brand:wikidata": "Q126894589",
20-
"name": "Merkal",
21-
"shop": "shoes"
22-
}
23-
},
2413
{
2514
"displayName": "ABC Schuh-Center",
2615
"id": "abcschuhcenter-0833e2",
@@ -1355,6 +1344,18 @@
13551344
"shop": "shoes"
13561345
}
13571346
},
1347+
{
1348+
"displayName": "Merkal",
1349+
"id": "merkal-d6114e",
1350+
"locationSet": {"include": ["es"]},
1351+
"matchNames": ["merkal calzados"],
1352+
"tags": {
1353+
"brand": "Merkal",
1354+
"brand:wikidata": "Q126894589",
1355+
"name": "Merkal",
1356+
"shop": "shoes"
1357+
}
1358+
},
13581359
{
13591360
"displayName": "Merrell",
13601361
"id": "merrell-9b62dc",

dist/featureCollection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"_meta": {
33
"version": "6.0.20250908",
4-
"generated": "2025-10-26T13:28:36.964Z",
4+
"generated": "2025-10-29T14:50:50.083Z",
55
"url": "https://raw.githubusercontent.com/osmlab/name-suggestion-index/main/dist/featureCollection.json",
66
"hash": "295b57e4c8a6e1ffe4ca6899f0f43709"
77
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"dist": "run-s dist:version dist:files",
9898
"dist:files": "bun ./scripts/dist_files.js",
9999
"dist:version": "bun ./scripts/dist_version.js",
100-
"lint": "eslint ./lib/*.js ./test/*.js",
100+
"lint": "eslint ./test/*.js",
101101
"prepublishOnly": "bun ./scripts/prepublish.ts",
102102
"postpublish": "bun ./scripts/postpublish.ts",
103103
"start": "bun ./scripts/server.ts",

0 commit comments

Comments
 (0)