From 3bd4247065e808d54089cf7eebb9be5588742265 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 15 May 2014 13:45:05 +0200 Subject: remove jshint because jslint is the same but stricter --- js/.jshintrc | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 js/.jshintrc (limited to 'js/.jshintrc') diff --git a/js/.jshintrc b/js/.jshintrc deleted file mode 100644 index e84a806d5..000000000 --- a/js/.jshintrc +++ /dev/null @@ -1,19 +0,0 @@ -{ - "globals": { - "console": true, - "jQuery": true, - "$": true, - "angular": true, - "OC": true, - "app": true, - "protractor": true, - "describe": true, - "beforeEach": true, - "module": true, - "browser": true, - "expect": true, - "By": true, - "it": true, - "inject": true - } -} \ No newline at end of file -- cgit v1.2.3