Skip to content

Commit

Permalink
fix: correct ESLint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SecondThundeR committed Mar 22, 2024
1 parent 4cd6e43 commit d201143
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/constants/links.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const SHIKIMORI_URL = "https://shikimori.one/";
export const SHIKIMORI_ANIMES_URL = `${SHIKIMORI_URL}animes/` as const;
export const SHIKIMORI_API_DOCS = `${SHIKIMORI_URL}api/doc/` as const;
export const SHIKIMORI_GRAPHQL_API_URL = `${SHIKIMORI_URL}api/graphql` as const;
export const SHIKIMORI_ANIMES_URL = `${SHIKIMORI_URL}animes/`;
export const SHIKIMORI_API_DOCS = `${SHIKIMORI_URL}api/doc/`;
export const SHIKIMORI_GRAPHQL_API_URL = `${SHIKIMORI_URL}api/graphql`;
export const GITHUB_ACCOUNT_LINK = "https://github.com/SecondThundeR/";
export const GITHUB_REPO_LINK = `${GITHUB_ACCOUNT_LINK}otaquiz` as const;
export const GITHUB_REPO_LINK = `${GITHUB_ACCOUNT_LINK}otaquiz`;

0 comments on commit d201143

Please sign in to comment.