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.

eslint error on running lint command

See original GitHub issue

Current Behavior

I created a new tsdx app basic storybook app and run the lint command.

Error while running npm run lint command image

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:14
  • Comments:5

github_iconTop GitHub Comments

5reactions
cbouvier15commented, Oct 23, 2021

Hi there, I solved it by fixing eslint-plugin-prettier to "3.3.1"

0reactions
mimshwrightcommented, Jun 4, 2022

I think this is still broken on the main branch of tsdx

Read more comments on GitHub >

github_iconTop Results From Across the Web

Command Line Interface - ESLint - Pluggable JavaScript Linter
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
Read more >
How to run eslint --fix from npm script - Stack Overflow
You can run below command: npm run lint -- --fix.
Read more >
How to Use ESLint "fix": Options, Issue Types, Exit Codes, and ...
The Three Exit Codes of ESLint fix Command. ESLint's fix command has three possible exit codes: 0: success and no lint errors, less...
Read more >
ESLint | WebStorm Documentation - JetBrains
WebStorm shows warnings and errors reported by ESLint right in the editor, ... specify additional command-line options to run ESLint with, ...
Read more >
How to Prevent Accidental Code Errors with ESLint, Prettier ...
The easiest one is to add the appropriate script to the package.json file, then run it with the nam run lint command.
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