fix: eslint config file parseOptions.project path is updated

This commit is contained in:
Rohit Saluja
2024-03-08 21:14:37 +05:30
parent 5bec549868
commit 3b5f8d149a
2 changed files with 5 additions and 1 deletions

View File

@ -20,7 +20,7 @@ module.exports = {
parserOptions: {
tsconfigRootDir: __dirname,
project: ['../../apps/*/tsconfig.json', '../../packages/*/tsconfig.json'],
project: ['../../tsconfig.eslint.json'],
ecmaVersion: 2022,
ecmaFeatures: {
jsx: true,