npm start gives lot of lint issues
See original GitHub issueWhen I run the command
yarn
yarn docs:dev
there are lot of lint issues ( around 180 problems when you run npm run lint
)
- 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:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
What version of node and yarn are you using?
I updated to
10.1.0
(using nvm) for this project