Skip to content

Commit

Permalink
refactor: apply lint autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber authored and github-actions[bot] committed Dec 1, 2023
1 parent 3ede3fb commit c08f4c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Expand Up @@ -6,6 +6,7 @@
*/

import React, {useCallback, useMemo, useRef, useState} from 'react';
import {createPortal} from 'react-dom';
import {DocSearchButton, useDocSearchKeyboardEvents} from '@docsearch/react';
import Head from '@docusaurus/Head';
import Link from '@docusaurus/Link';
Expand All @@ -20,7 +21,6 @@ import {
} from '@docusaurus/theme-search-algolia/client';
import Translate from '@docusaurus/Translate';
import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
import {createPortal} from 'react-dom';
import translations from '@theme/SearchTranslations';

import type {AutocompleteState} from '@algolia/autocomplete-core';
Expand Down
10 changes: 5 additions & 5 deletions project-words.txt
Expand Up @@ -64,7 +64,6 @@ Datagit
datagit
Datagit's
dedup
Déja
devto
Dmitry
docsearch
Expand All @@ -80,6 +79,7 @@ dogfooding
Dojocat
Dyte
dyte
Déja
easyops
Endi
endi
Expand All @@ -95,7 +95,6 @@ externalwaiting
failfast
Fargate
FBID
février
Fienny
flac
Flightcontrol
Expand All @@ -104,6 +103,7 @@ Formik
FOUC
froms
funboxteam
février
gabrielcsapo
Gifs
Goss
Expand All @@ -115,14 +115,14 @@ Hamel
Hasura
hasura
Heavener
Héctor
héllô
Hideable
hideable
hola
Hostman
hoverable
Husain
Héctor
héllô
IANAD
idempotency
Iframes
Expand Down Expand Up @@ -297,7 +297,6 @@ Scaleway
searchbar
Sebastien
sebastien
Sébastien
sebastienlorber
sensical
setaf
Expand Down Expand Up @@ -341,6 +340,7 @@ supabase
SVGR
svgr
swizzlable
Sébastien
Teik
templating
Thanos
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -7734,7 +7734,7 @@ flat@^5.0.2:
resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241"
integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==

flatted@^3.1.0, flatted@^3.2.9:
flatted@^3.2.9:
version "3.2.9"
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.9.tgz#7eb4c67ca1ba34232ca9d2d93e9886e611ad7daf"
integrity sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==
Expand Down

0 comments on commit c08f4c9

Please sign in to comment.