From 48a103c8c99391870088532d7e0ad2219e05c949 Mon Sep 17 00:00:00 2001 From: jhnns Date: Tue, 1 Oct 2013 00:27:21 +0200 Subject: - added jshint options - added jshintignore for files that are ok, but produce un-ignorable errors #19 --- .jshintrc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to '.jshintrc') diff --git a/.jshintrc b/.jshintrc index c1f2978..df20826 100644 --- a/.jshintrc +++ b/.jshintrc @@ -1,3 +1,6 @@ -{ - "node": true -} +{ + "browser": true, + "node": true, + "expr": true, + "globals": ["describe", "it", "before", "after", "beforeEach", "afterEach"] +} \ No newline at end of file -- cgit v1.2.3