Hi there
I don't see the tslint file in the Angular downloaded version (latest, demo3). Could you give me that file to start linting the code for my project with your template?
Thank you.
Hi,
We don't have tslint file in our project, we have eslint instead (Angular CLI created it).
Regards,
Keenthemes support
Yes, because I found this guide in your documentation
tslint.json Linting configuration for TSLint together with Codelyzer, used when running ng lint. Linting helps keep your code style consistent.
We are going to stay with the rules which were set up by default when you are creating a project with Angular CLI. Users can use any custom rules they wanted, there are no any restrictions, cause it's just a preference.
Regards,
Keenthemes support