mirror of
https://github.com/actions/typescript-action.git
synced 2025-12-08 19:56:27 +00:00
Set tsconfigRootDir to __dirname in ESLint config
This commit is contained in:
parent
8fa644087a
commit
2a9dbffbbc
@ -53,7 +53,7 @@ export default [
|
||||
|
||||
parserOptions: {
|
||||
project: ['tsconfig.eslint.json'],
|
||||
tsconfigRootDir: '.'
|
||||
tsconfigRootDir: __dirname
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user