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.

JS lint "recommended"

See original GitHub issue

Add "extends": "tslint:recommended", to tslint.json, and fix the resulting JS errors. Most of the errors can be addressed by then running ts lint galaxyui --fix from within the galaxyui folder.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
akaRemcommented, Jul 12, 2018

@newswangerd ok, I’ll add these checks too. I think it’s better to do it with separate PR because that PR is already big enough.

I will probably propose other PRs with enabled checks plus fixes so team may look and decide which format looks more preferred.

0reactions
newswangerdcommented, Aug 2, 2018

@akaRem we’re adding formatting with prettier which destroys all of our beautiful readable imports, so ignore that last comment.

#1004

Read more comments on GitHub >

github_iconTop Results From Across the Web

6 Best JavaScript linting tools as of 2022 - Slant.Co
JSHint · JSCS · Validator pro · Standard JS · JSLint ...
Read more >
Rules - ESLint - Pluggable JavaScript Linter
A pluggable and configurable linter tool for identifying and reporting on patterns ... The "extends": "eslint:recommended" property in a configuration file ...
Read more >
A Comparison of JavaScript Linting Tools - SitePoint
My Recommendations. My choice of these four is ESLint. JSLint is strict and not configurable, whereas JSHint is lacking the extension mechanism.
Read more >
4 options to help you get started linting your JavaScript
GitHub stars aside, when it comes to JavaScript linting ESLint is probably the linter seen the most in the wild and is going...
Read more >
Help - JSLint
How to use JSLint to reduce the rate of error formation in JavaScript programs. JSLint recommends using only the good parts of The...
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