improve the UX of linting typescript
See original GitHub issueThe version of ESLint you are using. n/w
The problem you want to solve. I’ve seen some devs didn’t know how to lint typescript using eslint. After looking through the docs, I found very little content about it(and some are outdated https://eslint.org/docs/user-guide/configuring#specifying-parser).
Your take on the correct solution to problem.
- update outdated docs. (https://github.com/eslint/eslint/pull/11369)
- add a para: “working with typescript”.
- support
eslint --init
typescript repos.
Are you willing to submit a pull request to implement this change? partly.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Linting in TypeScript using ESLint and Prettier - LogRocket Blog
The primary function of a linter is to improve your code by analyzing it and alerting you to any potential issues based on...
Read more >Always be linting your TypeScript! - Develop 1 Limited Blog
For TypeScript, we can enforce rules using eslint - and automatically format our code using prettier. There are a whole raft of style...
Read more >Advanced linting with Create React App, Typescript, and ESLint
This article explores setting up advanced linting in a Create React App using Typescript and ESLint.
Read more >Angular Basics: Using ESLint to Boost Code Quality - Telerik
Linting is basically an automated static code analysis of a code block for errors usually done by a tool known as a linter....
Read more >typescript-eslint
The tooling that enables ESLint and Prettier to support TypeScript. ... to improve your code for you, and loading in lint rules from...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@kaicataldo I’ve updated this issue for adding a check list to track on the progress.
I believe this is now complete!