Streamline ts eslint configs

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-22 20:12:28 +04:00
parent aa5696b5d3
commit 56d17c4f3f
5 changed files with 5 additions and 30 deletions

View File

@@ -18,11 +18,4 @@ export default defineConfig([
sourceType: "commonjs",
},
},
{
languageOptions: {
parserOptions: {
tsConfigRootDir: import.meta.dirname,
},
},
},
]);