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.

npm start gives lot of lint issues

See original GitHub issue

When I run the command

yarn
yarn docs:dev

there are lot of lint issues ( around 180 problems when you run npm run lint)

screen shot 2018-05-15 at 10 07 15 pm

  • I have searched the issues of this repository and believe that this is not a duplicate.

Context

So how do you get started with contributing, is the lint check skipped when the code is checked in ci, or fixing lint is one of existing issue (I could not find any issue, but can take it up if it is really a existing issue)

Your Environment

Tech Version
Material-UI 1.0.0-beta.47
React 16.2.0
browser Chrome

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
oliviertassinaricommented, May 15, 2018

What version of node and yarn are you using?

0reactions
sant0shgcommented, May 15, 2018

I updated to 10.1.0 (using nvm) for this project

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tip: Things to check if you get an npm run lint error or build ...
These are all the issues I found regarding debugging npm run lint issues. I hope this helps a lot current unresolved opened issues....
Read more >
How to prevent npm run lint from fixing errors automatically?
I have a GitHub action workflow checking the code style and using npm run lint is wrong because the workflow fixes the code...
Read more >
lint-staged - npm
Linting makes more sense when run before committing your code. By doing so you can ensure no errors go into the repository and...
Read more >
NPM local server won't start. I am getting an error with ESLint
Failed at the react-redux-course@1.0.0 lint script. npm ERR! This is probably not a problem with npm. There is likely additional logging output ......
Read more >
Create React App: Linting all the things
A linter is a tool that goes through our code and identifies potential problems before we've even had the chance to run it....
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