chore: migrate to ESlint v9

This commit is contained in:
Hintay 2024-10-24 01:30:13 +09:00
parent 8c00292fa1
commit 4f25a0c670
No known key found for this signature in database
GPG key ID: 120FC7FF121F2F2D
142 changed files with 4387 additions and 2052 deletions

3
app/env.d.ts vendored
View file

@ -1,5 +1,6 @@
declare module '*.svg' {
import React from 'react'
import type React from 'react'
const content: React.FC<React.SVGProps<SVGElement>>
export default content
}