From 934a95d3ef3f72dfc37b0b564624cb4a1286d4f4 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Mon, 21 Oct 2013 09:06:53 +0100 Subject: chore(grunt): add jshint tasks --- src/ngScenario/.jshintrc | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 src/ngScenario/.jshintrc (limited to 'src/ngScenario') diff --git a/src/ngScenario/.jshintrc b/src/ngScenario/.jshintrc new file mode 100644 index 00000000..06dd6f58 --- /dev/null +++ b/src/ngScenario/.jshintrc @@ -0,0 +1,38 @@ +{ + "bitwise": true, + "immed": true, + "newcap": true, + "noarg": true, + "noempty": true, + "nonew": true, + "trailing": true, + "maxlen": 100, + "boss": true, + "eqnull": true, + "expr": true, + "globalstrict": true, + "laxbreak": true, + "loopfunc": true, + "sub": true, + "undef": true, + "browser": true, + "globals": { + "angular": false, + "includes": false, + "asyncForEach": false, + "msie": false, + "browserTrigger": false, + "console": false, + "alert": false, + "indexOf": false, + "_jQuery": false, + "angularInit": false, + "formatException": false, + "AnimationEvent": false, + "TransitionEvent": false, + "WebKitAnimationEvent": false, + "WebKitTransitionEvent": false, + "$runner": false, + "callerFile": false + } +} \ No newline at end of file -- cgit v1.2.3