feat(eslint): add eslint-plugin-unused-imports plugin to check and fix unused imports

This commit is contained in:
WanQuanXie 2024-05-08 14:36:24 +08:00
parent d9ba36794a
commit ddaa40a210
6 changed files with 41 additions and 9 deletions

View file

@ -1,5 +1,5 @@
/* eslint-disable @next/next/no-img-element */
import { PlayCircle, PlayIcon, PlusIcon, VideoIcon } from 'lucide-react';
import { PlayCircle, PlusIcon, VideoIcon } from 'lucide-react';
import { useState } from 'react';
import Lightbox, { GenericSlide, VideoSlide } from 'yet-another-react-lightbox';
import 'yet-another-react-lightbox/styles.css';