We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8351b47 commit cb2609bCopy full SHA for cb2609b
eslint.config.js
@@ -2,7 +2,7 @@ import { config } from "@susisu/eslint-config";
2
import vitestPlugin from "@vitest/eslint-plugin";
3
import globals from "globals";
4
5
-export default config({}, [
+export default config({ tsconfigRootDir: import.meta.dirname }, [
6
{
7
files: ["src/**/*.ts"],
8
languageOptions: {
0 commit comments