Skip to content

Commit d25635d

Browse files
authored
Merge pull request #9389 from google/dependabot/npm_and_yarn/develop/typescript-eslint-8.44.1
chore(deps): bump typescript-eslint from 8.32.1 to 8.44.1
2 parents 4353f90 + 51df0f2 commit d25635d

File tree

2 files changed

+109
-79
lines changed

2 files changed

+109
-79
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function buildTSOverride({files, tsconfig}) {
6060
'sourceType': 'module',
6161
parserOptions: {
6262
'project': tsconfig,
63-
'tsconfigRootDir': '.',
63+
'tsconfigRootDir': process.cwd(),
6464
},
6565
globals: {
6666
...globals.browser,

package-lock.json

Lines changed: 108 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)