1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-25 14:24:08 +02:00

chore: setup linting for tests

This commit is contained in:
zyoshoka
2025-04-18 23:49:23 +09:00
parent ebaf78cddd
commit 8a4192eaa5
6 changed files with 126 additions and 117 deletions

View File

@@ -15,9 +15,6 @@
"experimentalDecorators": true,
"noImplicitReturns": true,
"esModuleInterop": true,
"typeRoots": [
"./node_modules/@types"
],
"lib": [
"esnext",
"dom"