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"
I propose one solution for custom tslint rules per folder.
We all have same custom
ts-ignoresin our tests, so i propose that we createtslint.jsonin test folder which extendstslint.jsonfrom 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"