Skip to content

Commit

Permalink
lint: manually fix new website ESLint errors and warnings
Browse files Browse the repository at this point in the history
- these were unable to be auto-fixed, so I had to manually fix them

- lint errors are from b09e195
  • Loading branch information
agilgur5 committed Aug 14, 2020
1 parent 3dfdafb commit 9fea19d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/components/video.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useRef, useCallback, useEffect } from 'react';
import React, { useRef, useCallback, useEffect } from 'react';
import { useInView } from 'react-intersection-observer';
import 'intersection-observer';

Expand Down
5 changes: 3 additions & 2 deletions website/nextra.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react';
import { Logo } from 'components/logo';

export default {
Expand Down Expand Up @@ -67,7 +68,7 @@ export default {
<a
href="https://jaredpalmer.com/?utm_source=tsdx"
target="_blank"
rel="noopener"
rel="noopener noreferrer"
className="inline-flex items-center no-underline text-current font-semibold"
>
<span className="mr-1">A Jared Palmer Project</span>
Expand All @@ -80,7 +81,7 @@ export default {
filepath
}
target="_blank"
rel="noopener"
rel="noopener noreferrer"
>
Edit this page on GitHub
</a>
Expand Down
1 change: 1 addition & 0 deletions website/pages/_app.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react';
import '.nextra/styles.css';
import GoogleFonts from 'next-google-fonts';

Expand Down

1 comment on commit 9fea19d

@vercel
Copy link

@vercel vercel bot commented on 9fea19d Aug 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.