Skip to content Skip to sidebar Skip to footer
Showing posts with the label Jslint

Using Jslint In Java/gwt

I'm currently working on a project in Java, that will allow users to type Javascript code into … Read more Using Jslint In Java/gwt

Using Jslint In Notepad++

I have seen other text editors use extensions to allow syntax checkers such as JSLint, is this poss… Read more Using Jslint In Notepad++

Empty Functions In Javascript

If I have something like this: var blah = function() { }; and then later in code blah is being use… Read more Empty Functions In Javascript

How To Set 'use Strict' Globally With Jslint

I'm new to javascript and am trying to validate through JSLint. Where should I put 'use st… Read more How To Set 'use Strict' Globally With Jslint

How To Tell Jslint / Jshint What Global Variables Are Already Defined

In my project we have some global variables that work as containers: MyProject.MyFreature.someFunct… Read more How To Tell Jslint / Jshint What Global Variables Are Already Defined

Jslint Configuration | Passing Globals

How do I alert jshint that I have globals, i.e. name them. I know you can do this, but I don't… Read more Jslint Configuration | Passing Globals