chore: temp fix for eslint OOM

This commit is contained in:
Sidharth Vinod
2024-03-23 12:20:25 +05:30
parent 6846c8f2ed
commit 784d06f0ae
4 changed files with 16 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ module.exports = {
},
tsconfigRootDir: __dirname,
sourceType: 'module',
ecmaVersion: 2020,
ecmaVersion: 2022,
allowAutomaticSingleRunInference: true,
project: ['./tsconfig.eslint.json', './packages/*/tsconfig.json'],
parser: '@typescript-eslint/parser',