question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Lint TypeScript files

See original GitHub issue

Is this a bug report?

No

The --typescript flag does not seem to use tslint to lint the files. This seems a bit odd to me, as the javascript version ships with an eslint config.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Timercommented, Oct 31, 2018

Created https://github.com/facebook/create-react-app/issues/5641 to track. Let’s go with TSLint.

0reactions
TerribleDevcommented, Oct 31, 2018

@Timer Fair enough

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to use ESLint with TypeScript | Khalil Stemmler
ESLint is a JavaScript linter that enables you to enforce a set of style, formatting, and coding standards for your codebase. It looks...
Read more >
Enabling Eslint on typescript files - Stack Overflow
You can try using typescript-eslint-parser to enable ESLint for Typescript - it allows building a syntax tree from typescript code that can be...
Read more >
Linting in TypeScript using ESLint and Prettier - LogRocket Blog
Integrate Prettier with ESLint to automate type-checking in your TypeScript code and ensure that the code has no bugs.
Read more >
Lint and Style Your TypeScript Code with ESLint and Prettier
ESLint is a configurable and pluggable tool that lints your code based on rules. These rules are where the power of ESLint comes...
Read more >
Getting Started - TypeScript ESLint
ESLint will lint all TypeScript compatible files within the current folder, and will output the results to your terminal.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found