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.

not catching no-implicit-any

See original GitHub issue

I cannot seem to get import-sort-style-module to work with prettier-standard, likely as it uses prettierx under the hood right? Does anyone have any guidance there to prevent conflicts.

This became about not catching no-implicit-any

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:22 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
tsujpcommented, Jul 9, 2020

@sheerun I figured this out, @typescript-eslint does not report typescript compiler errors only errors from it’s own engine, by design. Unfortunately (but also sensibly) they do not include a check for no-implicit-any as you can instead just use tsc --noEmit to get that job done. Now onto getting prettier-standard to run import sorting… any ideas there?

0reactions
sheeruncommented, Jul 8, 2020

Please try 16.4.1 and remove **/*.ts from .prettierignore

Read more comments on GitHub >

github_iconTop Results From Across the Web

visual studio code - noImplicitAny not working Typescript
But Visal Code not detecting noImplicitAny , anyone know what can be a problem? typescript · visual-studio-code · tsc · tsconfig · Share....
Read more >
noImplicitAny not working Typescript · Issue #22295 - GitHub
In my root folder I have tsconfig.json file which looks like this: { "compilerOptions": { /* Basic Options */ "target": "es2015", ...
Read more >
noImplicitAny - TSConfig Option - TypeScript
How this setting affects your build.
Read more >
noImplicitAny - TypeScript Deep Dive - Gitbook
There are some things that cannot be inferred or inferring them might result in unexpected errors. A fine example is function arguments.
Read more >
NoImplicitAny in TypeScript - Best Practice - tsmean
Should I use the noImplicitAny TypeScript compiler flag - yes or no? ... extra information that serve as documentation and for catching errors...
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