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 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"
The text was updated successfully, but these errors were encountered:
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 createtslint.json
in test folder which extendstslint.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"
The text was updated successfully, but these errors were encountered: