aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngCookies/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ngCookies/.jshintrc')
-rw-r--r--src/ngCookies/.jshintrc22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ngCookies/.jshintrc b/src/ngCookies/.jshintrc
new file mode 100644
index 00000000..fc5bd37b
--- /dev/null
+++ b/src/ngCookies/.jshintrc
@@ -0,0 +1,22 @@
+{
+ "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
+ }
+} \ No newline at end of file