test: replace tseslint.config with defineConfig (#811)
Some checks are pending
Build / Build Action (push) Waiting to run
Test / Test Action (macos-14) (push) Waiting to run
Test / Test Action (ubuntu-24.04) (push) Waiting to run
Test / Test Action (windows-2022) (push) Waiting to run
Test / Test Action With Specified Directories (push) Waiting to run
Test / Test Action Without Run Build (push) Waiting to run
Test / Test Action With Additional Options (push) Waiting to run
Test / Test Action With Custom Generator (push) Waiting to run

Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
This commit is contained in:
Alfi Maulana
2025-09-05 12:14:25 +07:00
committed by GitHub
parent e832b8cc6d
commit 4dfe59b3e1
3 changed files with 67 additions and 67 deletions

View File

@@ -22,7 +22,7 @@
"prettier-plugin-organize-imports": "^4.2.0",
"rollup": "^4.46.2",
"typescript": "^5.9.2",
"typescript-eslint": "^8.39.1",
"typescript-eslint": "^8.42.0",
"vitest": "^3.1.4"
}
}