Add linting script
See original GitHub issueAwesome project! How would you feel about adding linting? Maybe as a pretest
script. The code already conforms pretty well to standard style. Will be happy to make the PR.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:9 (8 by maintainers)
Top Results From Across the Web
How to configure package.json to run eslint script
I have setup eslint using tern in my eclipse oxygen. It is linting all the files, I have to set it up to...
Read more >How to add code linting for a Node.js project | by Quynh Nguyen
Step 1. Add eslint npm package as a development dependency. · Step 2. Run eslint init and follow the wizard · Step 3....
Read more >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 Enable Linting on Save with Visual Studio Code and ...
Learn how to lint your code on every file save using ESLint rules and VS Code settings.
Read more >Linting in TypeScript using ESLint and Prettier - LogRocket Blog
Integrate Prettier with ESLint to automate type-checking in your TypeScript code and ensure that the code has no bugs.
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 Free
Top 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
@selfup summarized it perfectly 😄
@jbucaran it would help contributors know that their code is good to go before submitting a PR in terms of style, and also linters let people know if the variable they are referencing exists or not.
It’s kind of like mild static typing in a way 😂