mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 03:10:04 +03:00
Suppress new linter issues
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/* eslint-disable @typescript-eslint/no-require-imports */
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* eslint-disable @typescript-eslint/no-require-imports */
|
||||
import React, { ComponentType, HTMLProps, ReactNode } from 'react';
|
||||
import { Navigation } from 'swiper/modules';
|
||||
import { Swiper, SwiperSlide } from 'swiper/react';
|
||||
|
||||
Reference in New Issue
Block a user