Skip to content

Commit 456d760

Browse files
author
Josh Stern
authored
Allow query string selection for multiple omniboxes (#89)
- Update dependencies to latest minor versions - Fix linting rule - Add hnvmrc file - Alter choose check to allow query string selection. Possibly a breaking change but we would like to make this behavior default instead of opt-in because generally `multiple` omniboxes without `requireMatch` would like to receive the query on enter.
1 parent d7cbe52 commit 456d760

File tree

5 files changed

+4626
-3175
lines changed

5 files changed

+4626
-3175
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eqeqeq": 2,
2424
"func-style": [2, "declaration"],
2525
"indent": [2, 2, {"SwitchCase": 1, "VariableDeclarator": 1}],
26-
"import/first": [2, "first"],
26+
"import/first": [2],
2727
"import/order": [2, {
2828
"groups": [["builtin", "external"], "internal", "parent", "sibling"]
2929
}],

.hnvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
HNVM_NODE=13.14.0

0 commit comments

Comments
 (0)