Set tsconfigRootDir to __dirname in ESLint config

This commit is contained in:
Joshua License 2025-09-02 12:34:18 +01:00
parent 8fa644087a
commit 2a9dbffbbc
No known key found for this signature in database
GPG Key ID: BA4BA5FAD455E9F4

View File

@ -53,7 +53,7 @@ export default [
parserOptions: {
project: ['tsconfig.eslint.json'],
tsconfigRootDir: '.'
tsconfigRootDir: __dirname
}
},