Skip to content

Commit

Permalink
Fixed some linting errors so frontend should build correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
downiec committed Nov 22, 2024
1 parent d23a9a0 commit 81886b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions frontend/src/components/Globus/DatasetDownload.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
/* eslint-disable @typescript-eslint/no-unsafe-call */
import { DownloadOutlined, QuestionOutlined } from '@ant-design/icons';
import {
Button,
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { GlobusAuthProvider, KeycloakAuthProvider } from './contexts/AuthContext
import { ReactJoyrideProvider } from './contexts/ReactJoyrideContext';
import './index.css';
import axios from './lib/axios';
import { FrontendConfig } from './contexts/types';
import { FrontendConfig } from './common/types';

const container = document.getElementById('root');
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
Expand Down

0 comments on commit 81886b0

Please sign in to comment.