-
In the properties for jshint, there is a vertical scrollbar even the table for option isn't displayed.
![2015-10-05_220141](https://cloud.githubusercontent.com/assets/1883932/10291990/f0714342-6bac-1…
jabby updated
9 years ago
-
-
https://scr.hu/GX088M - mam tylko taki problem.
Mogę prosić o jakąś podpowiedź? :D
W package.json wszystko wygląda ok.
-
How to specify the SharpLint to run JsHint . By default it is running JsLint on my file.
-
jshint [doesn't support es12](https://github.com/jshint/jshint/issues/3645) and seem to be unmaintinaed (no updates in 2 years). Switch to eslint.
-
(astuce) N'hésite pas à valider ton code avec http://www.jshint.com/ ;)
-
## Expectations
When I run `zcli apps:validate` and there are validation errors, I expect to see actionable information.
## Reality
If validation fails, it reads a JSHint error with no inform…
-
JSHint now supports lots of ES6 features. We should investigate to use that instead of `//:lint` and `//:nolint`
@usrbincc
-
`jshint` by itself is often misleading, printing no errors. Can we make it behave by default like `jshint .` ?
-
I know it's probably a lot to ask, but it'd be SUPER cool if we could integrate jshint- running it on the javascript code before eval, then if the code errors, spitting out what jshint found.