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
Always get "Your tslint configuration file is missing or invalid. Please ensure that tslint.json exists and is valid JSON."
The tslint.json exists in the root folder of my own working repo.
i have used
[tool_tslint]
config = tslint.json
or
[tool_tslint]
config = ./tslint.json
setting, but the review doesn't work. Can you please help me and thank you in advance.