diff --git a/.circleci/config.yml b/.circleci/config.yml index e6f9c3cfa5..aeabb4948f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -40,7 +40,7 @@ workflows: ci: when: not: - equal: [ scheduled_pipeline, << pipeline.trigger_source >> ] + equal: [scheduled_pipeline, << pipeline.trigger_source >>] jobs: - build: context: fx-libraries @@ -106,8 +106,8 @@ workflows: # See: https://app.circleci.com/settings/project/github/algolia/instantsearch/triggers when: and: - - equal: [ scheduled_pipeline, << pipeline.trigger_source >> ] - - equal: [ scheduled_release, << pipeline.schedule.name >> ] + - equal: [scheduled_pipeline, << pipeline.trigger_source >>] + - equal: [scheduled_release, << pipeline.schedule.name >>] jobs: - prepare release: context: fx-libraries @@ -116,8 +116,8 @@ workflows: # See: https://app.circleci.com/settings/project/github/algolia/instantsearch/triggers when: and: - - equal: [ scheduled_pipeline, << pipeline.trigger_source >> ] - - equal: [ scheduled_e2e, << pipeline.schedule.name >> ] + - equal: [scheduled_pipeline, << pipeline.trigger_source >>] + - equal: [scheduled_e2e, << pipeline.schedule.name >>] jobs: - build: context: fx-libraries diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000000..f0e0de1340 --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +packages/*/CHANGELOG.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 24175a377a..f27a2d8ab8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,6 @@ If this guide does not contain what you are looking for and thus prevents you fr - - [Reporting an issue](#reporting-an-issue) - [The code contribution process](#the-code-contribution-process) - [Commit conventions](#commit-conventions) diff --git a/README.md b/README.md index 3cf0bee2fe..4065044806 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,6 @@ It is part of the InstantSearch family which is designed for different platforms - - [Packages](#packages) - [Contributing](#contributing) - [License](#license) diff --git a/examples/js/e-commerce/index.html b/examples/js/e-commerce/index.html index 7f2d0ae8f9..80977d2ee0 100755 --- a/examples/js/e-commerce/index.html +++ b/examples/js/e-commerce/index.html @@ -42,9 +42,7 @@

-

- Stop looking for an item — find it. -

+

Stop looking for an item — find it.

diff --git a/examples/js/media/index.html b/examples/js/media/index.html index 94231398b3..2bbddf6486 100755 --- a/examples/js/media/index.html +++ b/examples/js/media/index.html @@ -143,9 +143,7 @@ /> -

- Filter -

+

Filter

@@ -164,7 +162,10 @@

data-layout="desktop" class="container-filters-panel-column-wrapper" > -
+
-

- Filters -

+

Filters

@@ -216,8 +215,15 @@

-

InstantSearch.js is an open-source, production-ready library that lets you quickly build a search interface in your front-end application.

-

This demo uses data from the Algolia blog. Follow this link to benefit from the official blog experience.

+

+ InstantSearch.js is an open-source, production-ready library that lets + you quickly build a search interface in your front-end application. +

+

+ This demo uses data from the Algolia blog. Follow + this link to benefit from the + official blog experience. +

diff --git a/examples/js/media/src/app.css b/examples/js/media/src/app.css index 66ca738028..6b2b7dbd2d 100644 --- a/examples/js/media/src/app.css +++ b/examples/js/media/src/app.css @@ -188,16 +188,16 @@ strong { .previous-hits-message { margin: 0; - font-size: .9rem; + font-size: 0.9rem; color: #6e7070; } .previous-hits-button { font-family: inherit; - font-size: .75rem; + font-size: 0.75rem; font-weight: bold; margin-left: 1rem; - padding: .5rem 1rem; + padding: 0.5rem 1rem; color: #6634d1; background-color: #e6ebf7; text-transform: uppercase; diff --git a/examples/js/tourism/index.html b/examples/js/tourism/index.html index 086657dc93..dc47553afd 100644 --- a/examples/js/tourism/index.html +++ b/examples/js/tourism/index.html @@ -24,7 +24,7 @@ -
+