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.

Typescript not working due eslint

See original GitHub issue

Anybody got a eslint-loader error on .ts files?

Module parse failed: Unexpected token (2:8)
File was processed with these loaders:
 * ./node_modules/eslint-loader/index.js

how to disable eslinter on .ts files?

_Originally posted by @djob in https://github.com/Kocal/vue-web-extension/issues/643#issuecomment-729294417_

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
djobcommented, Nov 27, 2020

Didn’t manage to solve following eslint issue i had: image

I had to declare a “PanelService” variable in Windows interface. As result, eslint was not accepting it.

0reactions
Kocalcommented, Jan 16, 2021
Read more comments on GitHub >

github_iconTop Results From Across the Web

Eslint not working with the TypeScript syntax - Stack Overflow
It's not a Typescript error; the Typescript code is correct. The problem is that ESLint doesn't recognise the Typescript syntax. – kaya3.
Read more >
Bug: ESLint doesn't find @typescript-eslint/eslint-plugin right ...
It's likely that the plugin isn't installed correctly. Try reinstalling by running the following: npm install @typescript-eslint/eslint-plugin@latest ...
Read more >
How to use ESLint with TypeScript | Khalil Stemmler
ESLint is a JavaScript linter that you can use to lint either TypeScript or JavaScript code. In this post, we'll walk through how...
Read more >
Create-React-App with TypeScript, ESLint, Prettier, and Github ...
Start a new project with create-react-app and the typescript flag. ... For anyone having issues regarding the eslint version, it's due to the...
Read more >
EsLint not working with typescript files, showing errors that ...
The issue is: while "parser": "@typescript-eslint/parser" makes it possible for ESLint to process TypeScript files, it does not teach individual rules to ...
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