mirror of
https://github.com/Xevion/icons.git
synced 2025-12-05 23:15:17 -06:00
Remove unnecessary explicit assertion
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
"extends": ["next/core-web-vitals", "plugin:@typescript-eslint/recommended"],
|
||||
"rules": {
|
||||
"@typescript-eslint/consistent-type-imports": "warn",
|
||||
"@typescript-eslint/ban-ts-comment": "warn",
|
||||
"@typescript-eslint/no-unnecessary-type-assertion": "warn"
|
||||
"@typescript-eslint/ban-ts-comment": "warn"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -64,7 +64,7 @@ const Home: NextPage = () => {
|
||||
<title>Icons</title>
|
||||
<link rel="icon" href="/favicon.ico"/>
|
||||
<OGP
|
||||
url={env.NEXT_PUBLIC_APP_URL as string}
|
||||
url={env.NEXT_PUBLIC_APP_URL}
|
||||
title="Icons"
|
||||
description="A custom search engine for all of the icons in the React-Icons library."
|
||||
siteName="icons.xevion.dev"
|
||||
|
||||
Reference in New Issue
Block a user