Skip to content

Commit

Permalink
fix: linting error and issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavshn committed Jul 26, 2022
1 parent 571b239 commit 5704439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .eslintignore
@@ -1,3 +1,5 @@
build
node_modules
*.cjs

sidebars-*.js
1 change: 0 additions & 1 deletion src/components/VideoPlayer.jsx
@@ -1,6 +1,5 @@
import React from 'react';
import clsx from 'clsx';
import DocCardList from '@theme/DocCardList';

export default function VideoPlayer({ src, mobile, className, ...rest }) {
return (
Expand Down

0 comments on commit 5704439

Please sign in to comment.