style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-04-02 12:56:03 +00:00
parent 87366b2821
commit 899af4dec5
20 changed files with 117 additions and 118 deletions

View file

@ -120,6 +120,6 @@
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true,
/* Skip type checking all .d.ts files. */
"resolveJsonModule": true,
"resolveJsonModule": true
}
}