Skip to content

Commit cb2609b

Browse files
committed
chore: update eslint config
1 parent 8351b47 commit cb2609b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { config } from "@susisu/eslint-config";
22
import vitestPlugin from "@vitest/eslint-plugin";
33
import globals from "globals";
44

5-
export default config({}, [
5+
export default config({ tsconfigRootDir: import.meta.dirname }, [
66
{
77
files: ["src/**/*.ts"],
88
languageOptions: {

0 commit comments

Comments
 (0)