diff --git a/.jshintrc b/.jshintrc index f294f4a0..34bede23 100644 --- a/.jshintrc +++ b/.jshintrc @@ -1,33 +1,34 @@ { -"node": true, -"camelcase" : true, -"eqnull" : true, -"indent": 2, -"undef": true, -"quotmark": "single", -"newcap": true, -"nonew": true, -"sub": true, -"laxcomma": true, -"laxbreak": true, -"globals": { + "node": true, + "camelcase": true, + "eqnull": true, + "indent": 2, + "undef": true, + "quotmark": "single", + "newcap": true, + "nonew": true, + "sub": true, + "laxcomma": true, + "laxbreak": true, + "globals": { + /* mocha */ + "after": true, + "afterEach": true, + "assert": true, + "before": true, + "beforeEach": true, + "context": true, + "describe": true, + "expect": true, + "it": true, - "after": true, - "afterEach": true, - "assert": true, - "before": true, - "beforeEach": true, - "describe": true, - "expect": true, - "it": true, - - /* loopback */ - "app": true, - "assertValidDataSource": true, - "GeoPoint": true, - "loopback": true, - "memoryConnector": true, - "request": true, - "TaskEmitter": true - } + /* loopback */ + "app": true, + "assertValidDataSource": true, + "GeoPoint": true, + "loopback": true, + "memoryConnector": true, + "request": true, + "TaskEmitter": true + } }