Skip to content

Commit

Permalink
remove tsignore statements
Browse files Browse the repository at this point in the history
  • Loading branch information
dyyyl committed Oct 10, 2023
1 parent b8ff647 commit 786c115
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions missing-persons-viewer-vite/src/App/App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-nocheck
import { ScrollRestoration, useLoaderData } from 'react-router-dom';

import { Grid } from 'src/shared/components/Layout';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-nocheck
import { NavLink, useSearchParams } from 'react-router-dom';

import { Flex, Grid } from 'src/shared/components/Layout';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-nocheck
import { ScrollRestoration, useLoaderData } from 'react-router-dom';

import { Flex, Grid } from 'src/shared/components/Layout';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-nocheck
import { styled } from '@stitches/react';

interface ImageProps {
Expand Down

0 comments on commit 786c115

Please sign in to comment.