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