Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
fix: disable eslint for scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
adproqwq committed Jun 2, 2024
1 parent 60ffdc1 commit a91d22b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scripts/detailScript.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable @typescript-eslint/no-unused-vars */
/* eslint-disable no-undef */
const detailTable = `
<table id="detailTable" class="list">
<thead>
Expand Down

0 comments on commit a91d22b

Please sign in to comment.