Skip to content

Commit 2eb716a

Browse files
committed
chore: run linter
1 parent c0fe244 commit 2eb716a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,12 @@ module.exports = {
132132
]),
133133
plugins: [
134134
[
135-
'docusaurus-biel',{
135+
'docusaurus-biel', {
136136
project: 'zat23cvkm1',
137137
headerTitle: 'Biel.ai chatbot',
138138
version: 'latest',
139139
enable: false,
140-
}
140+
},
141141
],
142142
'docusaurus-plugin-image-zoom',
143143
[

src/theme/SearchBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ export default function SearchBar() {
44
// Replace with your <PROJECT_ID>
55
const projectId = 'zat23cvkm1';
66
const headerTitle = 'Documentation chatbot';
7-
// @ts-ignore: Not a React component
7+
// @ts-expect-error: Not a React component
88
return <biel-search-button project={projectId} button-style="rounded" header-title={headerTitle}>Search</biel-search-button>;
99
}

0 commit comments

Comments
 (0)