mirror of
https://github.com/actions/typescript-action.git
synced 2025-12-12 21:16:52 +00:00
Set tsconfigRootDir to __dirname in ESLint config
This commit is contained in:
@@ -53,7 +53,7 @@ export default [
|
||||
|
||||
parserOptions: {
|
||||
project: ['tsconfig.eslint.json'],
|
||||
tsconfigRootDir: '.'
|
||||
tsconfigRootDir: __dirname
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user