Skip to content

Commit

Permalink
fix: disable eslint rule on next line
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGolms committed Aug 31, 2022
1 parent a3989e7 commit 9269e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import reportWebVitals from './report-web-vitals';
import * as serviceWorkerRegistration from './service-worker-registration';

const container = document.getElementById('root');
// eslint-disable-next-line no-type-assertion/no-type-assertion
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion, no-type-assertion/no-type-assertion
const root = createRoot(container!);

root.render(
Expand Down

0 comments on commit 9269e5f

Please sign in to comment.