mirror of
https://github.com/google/blockly.git
synced 2025-12-16 06:10:12 +01:00
Update eslint.config.mjs
Replace '.' with __dirname since it requires an absolute path
This commit is contained in:
@@ -60,7 +60,7 @@ function buildTSOverride({files, tsconfig}) {
|
||||
'sourceType': 'module',
|
||||
parserOptions: {
|
||||
'project': tsconfig,
|
||||
'tsconfigRootDir': '.',
|
||||
'tsconfigRootDir': __dirname,
|
||||
},
|
||||
globals: {
|
||||
...globals.browser,
|
||||
|
||||
Reference in New Issue
Block a user