Skip to content

Commit

Permalink
Add vector search client for use in new skin version
Browse files Browse the repository at this point in the history
This incorporates learnings from
I7c76b04b55a318c4662cdd476d4a8fd9496cb95b and
Ie42bbb1540c4d64862c8634d628b084771cfd011

Bug: T316093
Change-Id: Ic740c43f345c41cad0d28a68fdbd75f0acea2d8b
  • Loading branch information
micgro42 authored and lucaswerkmeister committed Nov 18, 2022
1 parent c9fe81e commit 5991200
Show file tree
Hide file tree
Showing 8 changed files with 16,651 additions and 9,995 deletions.
12 changes: 11 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,15 @@
"ViewState": "ViewState"
}
}
}
},
"overrides": [
{
"files": [
"repo/resources/wikibase.vector.searchClient.js"
],
"parserOptions": {
"ecmaVersion": 6
}
}
]
}
Loading

0 comments on commit 5991200

Please sign in to comment.