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.

Add linting script

See original GitHub issue

Awesome 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:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

3reactions
tiaanduplessiscommented, Mar 26, 2017

@selfup summarized it perfectly 😄

2reactions
selfupcommented, Mar 25, 2017

@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 😂

Read more comments on GitHub >

github_iconTop 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 >

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