make it work with new eslint

This commit is contained in:
Johan Jansson
2026-03-13 11:35:29 -10:00
parent 65a8d298fc
commit e105a5ce41

View File

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