Files
SponsorBlockServer/tsconfig.eslint.json
mini-bomba 899000309f make eslint scream about promises, then fix all lints
also rewrite a bunch of test suites from using done callbacks to using
async functions - it's way too easy to forget about a .catch() clause
2025-09-11 01:14:40 +02:00

5 lines
63 B
JSON

{
"extends": "./tsconfig.json",
"include": ["**/*"],
}