-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
I propose one solution for custom tslint rules per folder.
We all have same custom ts-ignores in our tests, so i propose that we create tslint.json in test folder which extends tslint.json from root. There we can override some rules that are messing with our tests code.
I tested with PHPStorm and works good. What do you think?
Only thing we have to watch out is to set PHPStorm tslint config to "Search for tslint.json"
Reactions are currently unavailable