Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow unused search functions #1923

Merged
merged 2 commits into from Apr 1, 2019

Conversation

@adam3smith
Copy link
Collaborator

commented Apr 1, 2019

Same logic as #1916

.eslintrc Outdated
@@ -23,7 +23,7 @@
"error",
{
"argsIgnorePattern": "^_",
"varsIgnorePattern": "^detectWeb$|^doWeb$|^detectImport$|^doImport$|^doExport$"
"varsIgnorePattern": "^detectWeb$|^doWeb$|^detectImport$|^doImport$|^doExport$|^doSearch$|^detectSearch$"

This comment has been minimized.

Copy link
@dstillman

dstillman Apr 1, 2019

Member

Doesn't make a difference, but flip the order?

@dstillman dstillman merged commit 8ba4d2c into master Apr 1, 2019

0 of 2 checks passed

continuous-integration/travis-ci/pr The Travis CI build is in progress
Details
continuous-integration/travis-ci/push The Travis CI build is in progress
Details

@adam3smith adam3smith deleted the eslint-search branch May 20, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants
You can’t perform that action at this time.