diff options
| author | Pete Bacon Darwin | 2013-10-21 09:06:53 +0100 |
|---|---|---|
| committer | Vojta Jina | 2013-10-22 15:32:40 -0700 |
| commit | 934a95d3ef3f72dfc37b0b564624cb4a1286d4f4 (patch) | |
| tree | 08441b0966a1193c09fadfbed3e1270ce533d334 /src/ngScenario | |
| parent | 2d8d6dd192322a60a3dbad7485d1395a161b3130 (diff) | |
| download | angular.js-934a95d3ef3f72dfc37b0b564624cb4a1286d4f4.tar.bz2 | |
chore(grunt): add jshint tasks
Diffstat (limited to 'src/ngScenario')
| -rw-r--r-- | src/ngScenario/.jshintrc | 38 |
1 files changed, 38 insertions, 0 deletions
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 |
