GitShow/sindresorhus/jshint-stylish
sindresorhus

jshint-stylish

Stylish reporter for JSHint

by sindresorhus
Star on GitHubForknpm

JavaScript

557 stars46 forks7 contributorsQuiet · 2y agoSince 2013MIT

Meet the team

See all 7 on GitHub →
sindresorhus
sindresorhus46 contributions
fiftyfactorauthentication
fiftyfactorauthentication1 contribution
jasonkarns
jasonkarns1 contribution
rodneyrehm
rodneyrehm1 contribution
jonschlinkert
jonschlinkert1 contribution

Recent fixes

View closed PRs →
Richienb
Move to GitHub ActionsMergedPR
Richienb · 5y ago
wankata
Added new option errorsOnly.MergedPR

I have a big old project and I've just implemented jshint on it. At this point I have many, many warnings, which I am not able to fix immediately and it is really hard to find an error if there is one. So I've added this option, which helps you print only the errors, if you need to. The filtering is done only when errorsOnly is true, so there is no performance overhead in the standard case. In fact, I don't see any difference when I run it both ways. Note about the diff: I've preserved your tab-styled indentation, but the diff stil looks a little bit odd for me. The only things I've changed are: I've added the filtering block And everything else is executed if result.length > 0. Inside the IF block I did nothing else but indentation.

wankata · 7y ago
kentonbmax
Add support for angular constantsClosedIssue

I use Momentjs and lodash as constants in my angular app. Each call to this library in a controller or service throws multiple warnings.

kentonbmax · 9y ago
Structured data for AI agents

Repository: sindresorhus/jshint-stylish. Description: Stylish reporter for JSHint Stars: 557, Forks: 46. Primary language: JavaScript. License: MIT. Open PRs: 0, open issues: 0. Last activity: 2y ago. Top contributors: sindresorhus, fiftyfactorauthentication, jasonkarns, rodneyrehm, jonschlinkert.

·@ofershap

Replace github.com with gitshow.dev