-
Notifications
You must be signed in to change notification settings - Fork 100
Closed
Labels
good first issueGood for newcomers; welcome aboard!Good for newcomers; welcome aboard!status: accepting prsPlease, send in a PR to resolve this! ✨Please, send in a PR to resolve this! ✨type: bugSomething isn't workingSomething isn't working
Description
🚀 Feature Request
To the best of my knowledge, tslint does not automatically search for and process tslint.json
files that are in parent directories. ESLint does this by default, and needs to be disabled by specifying root: true
at the configuration top-level. To match the default behavior of tslint, we could set this ESLint top-level property
If this feature request is accepted, I am able to make a PR
I can make a PR
Existing Behavior
Does not set root
property of ESLint configuration
Change Proposal
Set top-level root
to true
in all generated configs
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomers; welcome aboard!Good for newcomers; welcome aboard!status: accepting prsPlease, send in a PR to resolve this! ✨Please, send in a PR to resolve this! ✨type: bugSomething isn't workingSomething isn't working