Skip to content

Commit

Permalink
fix: eslint in docs (#731)
Browse files Browse the repository at this point in the history
## 📜 Description

Fixed failed eslint job.

## 💡 Motivation and Context

I don't know how it wasn't caught during lint stage on PR, but it showed
success and failed only after merge - very strange, but anyway, I fix it
here.

## 📢 Changelog

<!-- High level overview of important changes -->
<!-- For example: fixed status bar manipulation; added new types
declarations; -->
<!-- If your changes don't affect one of platform/language below - then
remove this platform/language -->

### JS

- fixed eslint;

## 🤔 How Has This Been Tested?

Tested locally via running job.

## 📝 Checklist

- [x] CI successfully passed
- [x] I added new mocks and corresponding unit-tests if library API was
changed
  • Loading branch information
kirillzyusko authored Dec 16, 2024
1 parent 9743613 commit 1f71cc4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
image: "img/og-image.png",
metadata: [
{ name: "og:image:width", content: "2400" },
{ name: "og:image:height", content: "1426" },
],
navbar: {
title: "Keyboard Controller",
logo: {
Expand Down Expand Up @@ -225,6 +221,8 @@ const config = {
content:
"react-native, keyboard, animation, ios, android, interactive keyboard dismiss, avoid keyboard, keyboard avoiding view, keyboard aware scroll view, sticky keyboard view, keyboard toolbar",
},
{ name: "og:image:width", content: "2400" },
{ name: "og:image:height", content: "1426" },
],
algolia: {
appId: "CX4YXK1FST",
Expand Down

0 comments on commit 1f71cc4

Please sign in to comment.