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.
Just like how a Pinterest downloader helps users easily grab and save content from Pinterest, a TSLint file is essential for maintaining code quality and enforcing best practices in an Angular project. Without it, developers may struggle with code consistency, just as users would struggle to download Pinterest content without a dedicated tool. If the latest Angular demo version is missing the TSLint file, you might need to generate one manually or migrate to ESLint, as TSLint is deprecated.
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