From 04cf441c5ae18400c6b4865b0b37a71718dc9d46 Mon Sep 17 00:00:00 2001 From: Ola Bini Date: Thu, 31 Jul 2014 19:29:33 -0300 Subject: Add web-ui based on previous code --- web-ui/.jshintrc | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 web-ui/.jshintrc (limited to 'web-ui/.jshintrc') diff --git a/web-ui/.jshintrc b/web-ui/.jshintrc new file mode 100644 index 00000000..a3714ba9 --- /dev/null +++ b/web-ui/.jshintrc @@ -0,0 +1,37 @@ +{ + "node": true, + "browser": true, + "esnext": true, + "bitwise": true, + "camelcase": true, + "curly": true, + "eqeqeq": true, + "immed": true, + "indent": 2, + "latedef": false, + "newcap": true, + "noarg": true, + "quotmark": "single", + "regexp": true, + "smarttabs": true, + "strict": true, + "trailing": true, + "undef": true, + "validthis": true, + "predef": [ + "$", + "jQuery", + "before", + "beforeEach", + "define", + "describe", + "describeComponent", + "describeMixin", + "expect", + "it", + "requirejs", + "setupComponent", + "spyOn", + "spyOnEvent" + ] +} -- cgit v1.2.3