From 77761132103d37995c328f1ab6ad697e96f9509b Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 11 Jul 2018 18:07:53 +0000 Subject: [PATCH] Add '.jshintrc' --- .jshintrc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .jshintrc diff --git a/.jshintrc b/.jshintrc new file mode 100644 index 0000000..0bcd788 --- /dev/null +++ b/.jshintrc @@ -0,0 +1,18 @@ +{ "node": true +, "browser": true +, "jquery": true +, "globals": { "angular": true, "Promise": true } + +, "indent": 2 +, "onevar": true +, "laxcomma": true +, "laxbreak": true +, "curly": true +, "nonbsp": true + +, "eqeqeq": true +, "immed": true +, "undef": true +, "unused": true +, "latedef": true +} \ No newline at end of file