Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
iamcreasy
on Oct 10, 2016
|
parent
|
context
|
favorite
| on:
Visual Studio Code 1.6
What is 'linting'?
jshap70
on Oct 10, 2016
|
next
[–]
https://en.wikipedia.org/wiki/Lint_(software)
xeromal
on Oct 10, 2016
|
prev
[–]
I could be wrong, but I think it's a rules-based approach to enforcing code standards in javascript and other languages.
renke1
on Oct 10, 2016
|
parent
[–]
Sounds about right. More broadly said, a linter shows things that you should fix.
iamcreasy
on Oct 11, 2016
|
root
|
parent
[–]
Thanks. That cleared things up. Wikipedia can be confusing sometimes.
fenomas
on Oct 11, 2016
|
root
|
parent
[–]
In general a linter is a syntax checker, and usually one that tries to flag code quality issues well as illegal syntax (e.g. "don't declare a function in a loop!").
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: