You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have many tsconfig.json files in my project, for different parts of the monorepo; but just one root configuration of ESLint at the root that lints them all, and uses the projectService from Typescript ESLint to figure out what tsconfigs to use.
Does this support that pattern somehow? Thanks!
The text was updated successfully, but these errors were encountered:
I have many
tsconfig.json
files in my project, for different parts of the monorepo; but just one root configuration of ESLint at the root that lints them all, and uses theprojectService
from Typescript ESLint to figure out what tsconfigs to use.Does this support that pattern somehow? Thanks!
The text was updated successfully, but these errors were encountered: