Skip to content

Commit

Permalink
chore: ignore eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Nov 27, 2024
1 parent 6048c2b commit 0b7ad1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CveReportsTable/CveReportsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default function CveReportsTable() {

const loadData = async () => {
try {
const response = (await import("../../../.docusaurus/security-bulletins/default/data.json")).default;
const response = (await import("../../../.docusaurus/security-bulletins/default/data.json")).default; // eslint-disable-line @typescript-eslint/no-unsafe-member-access
const responseData = response as CveData;

const reducedData: CveDataUnion = {
Expand Down

0 comments on commit 0b7ad1c

Please sign in to comment.