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 --- .jshintignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .jshintignore (limited to '.jshintignore') diff --git a/.jshintignore b/.jshintignore new file mode 100644 index 0000000..c53ca3f --- /dev/null +++ b/.jshintignore @@ -0,0 +1,5 @@ +lib/__get__.js +lib/__set__.js +test/testModules/strictModule.js +test/testModules/someOtherModule.js +node_modules \ No newline at end of file -- cgit v1.2.3