feat(eslint): add eslint-plugin-unused-imports plugin to check and fix unused imports
This commit is contained in:
parent
d9ba36794a
commit
ddaa40a210
6 changed files with 41 additions and 9 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue