diff --git a/.eslintrc.json b/.eslintrc.json new file mode 100644 index 0000000..bffb357 --- /dev/null +++ b/.eslintrc.json @@ -0,0 +1,3 @@ +{ + "extends": "next/core-web-vitals" +} diff --git a/components/Cloudinary.tsx b/components/Cloudinary.tsx index 9aa72b2..f472b44 100644 --- a/components/Cloudinary.tsx +++ b/components/Cloudinary.tsx @@ -1,3 +1,5 @@ +/* eslint-disable */ + import Head from "next/head"; import type { MouseEvent, ReactNode } from "react"; @@ -46,8 +48,8 @@ export default function CloudinaryUploadWidget({ <>
// this is Next.js specific, but if you're using something like Create - React App, // you could download the script in componentDidMount using - this method: https://stackoverflow.com/a/34425083/1424568 + // React App, you could download the script in componentDidMount using + // this method: https://stackoverflow.com/a/34425083/1424568