From 01dedc2e219506f8786e8c5f243d1b48cb66582e Mon Sep 17 00:00:00 2001 From: Chris Brody Date: Fri, 14 Sep 2018 11:23:09 -0400 Subject: [PATCH] Remove .jshintrc from tests --- tests/.jshintrc | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tests/.jshintrc diff --git a/tests/.jshintrc b/tests/.jshintrc deleted file mode 100644 index 17eae32c..00000000 --- a/tests/.jshintrc +++ /dev/null @@ -1,11 +0,0 @@ -{ - "node": true - , "bitwise": true - , "undef": true - , "trailing": true - , "quotmark": true - , "indent": 4 - , "unused": "vars" - , "latedef": "nofunc" - , "jasmine": true -}