diff options
Diffstat (limited to 'src/ngRoute/.jshintrc')
| -rw-r--r-- | src/ngRoute/.jshintrc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ngRoute/.jshintrc b/src/ngRoute/.jshintrc new file mode 100644 index 00000000..4d47ea83 --- /dev/null +++ b/src/ngRoute/.jshintrc @@ -0,0 +1,23 @@ +{ + "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, + "ngRouteModule": false + } +}
\ No newline at end of file |
