Clean 20190426 (#35020)

1. Update react-instantsearch URL.
2. backbone-fetch-cache has a type-aware lint rule that was affected by
a change in backbone. It's a dumb rule, but since CI only runs
expectRule for dependents, we didn't catch it on checkin. Now that we're running on
Azure, maybe we should run all lint rules for dependents during CI.
This commit is contained in:
Nathan Shively-Sanders
2019-04-26 08:11:03 -07:00
committed by GitHub
parent 56607c79bd
commit b7f29e99b8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ declare module "backbone" {
fetch(options?: ModelFetchWithCacheOptions): JQueryXHR;
}
interface CollectionWithCache extends Collection<Model> {
interface CollectionWithCache extends Collection {
fetch(options?: CollectionFetchWithCacheOptions): JQueryXHR;
}
+1 -1
View File
@@ -1,5 +1,5 @@
// Type definitions for react-instantsearch 5.2
// Project: https://community.algolia.com/react-instantsearch/
// Project: https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/react
// Definitions by: Gordon Burgett <https://github.com/gburgett>
// Justin Powell <https://github.com/jpowell>
// Haroen Viaene <https://github.com/haroenv>