2 * @fileoverview Defines environment settings and globals.
4 * @copyright 2014 Elan Shanker. All rights reserved.
8 var globals = require("globals");
11 builtin: globals.builtin,
13 globals: globals.browser
16 globals: globals.node,
23 "no-mixed-requires": 2,
27 "global-strict": [0, "always"],
28 "handle-callback-err": [2, "err"]
35 globals: globals.mocha
38 globals: globals.jasmine
41 globals: globals.phantom
44 globals: globals.jquery
47 globals: globals.prototypejs
50 globals: globals.shelljs
53 globals: globals.meteor
61 templateStrings: true,
64 unicodeCodePointEscapes: true,
65 superInFunctions: true,
69 objectLiteralComputedProperties: true,
70 objectLiteralShorthandMethods: true,
71 objectLiteralShorthandProperties: true,
72 objectLiteralDuplicateProperties: true,