Skip to content
Permalink
Browse files

Allow unused search functions (#1923)

Same logic as #1916
  • Loading branch information...
adam3smith authored and dstillman committed Apr 1, 2019
1 parent a6a8426 commit 8ba4d2c03e06775c9b0842ced76c5751c18d43d3
Showing with 1 addition and 1 deletion.
  1. +1 −1 .eslintrc
@@ -23,7 +23,7 @@
"error",
{
"argsIgnorePattern": "^_",
"varsIgnorePattern": "^detectWeb$|^doWeb$|^detectImport$|^doImport$|^doExport$"
"varsIgnorePattern": "^detectWeb$|^doWeb$|^detectImport$|^doImport$|^doExport$|^detectSearch$|^doSearch$"
}
],

0 comments on commit 8ba4d2c

Please sign in to comment.
You can’t perform that action at this time.