Skip to content

Commit

Permalink
chore: silence eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed May 3, 2023
1 parent 9b5f983 commit 63ab32e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui/SourcePlugin/DiffViewer.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-assignment */
import React from 'react'
import { diffLines, formatLines } from 'unidiff'
import { parseDiff, Diff, Hunk } from 'react-diff-view'
Expand Down

0 comments on commit 63ab32e

Please sign in to comment.