#$Id:$
# Description: Lint all JS files.

all: ${JS}
	jsl -nologo -conf jsl.conf
	
