{
	"rules": {
		"accessor-pairs": 0,
		"array-bracket-spacing": [0, "never"],
		"array-callback-return": 0,
		"arrow-body-style": 0,
		"arrow-parens": 0,
		"arrow-spacing": 0,
		"block-scoped-var": 0,
		"block-spacing": 0,
		"brace-style": [0, "1tbs"],
		"callback-return": 0,
		"camelcase": 1,
		"class-methods-use-this": 0,
		"comma-dangle": [2, "never"],
		"comma-spacing": 0,
		"comma-style": 0,
		"complexity": [0, 11],
		"computed-property-spacing": [0, "never"],
		"consistent-return": 1,
		"consistent-this": [0, "that"],
		"constructor-super": 0,
		"curly": [2, "all"],
		"default-case": 0,
		"dot-location": 0,
		"dot-notation": [1, {
			"allowKeywords": true
		}],
		"eol-last": 0,
		"eqeqeq": [1, "always"],
		"func-call-spacing": 0,
		"func-name-matching": 0,
		"func-names": 0,
		"func-style": [0, "declaration"],
		"generator-star-spacing": 0,
		"global-require": 0,
		"guard-for-in": 0,
		"handle-callback-err": 0,
		"id-blacklist": 0,
		"id-length": 0,
		"id-match": 0,
		"indent": 0,
		"init-declarations": 0,
		"jsx-quotes": 0,
		"key-spacing": [0, {
			"afterColon": true,
			"beforeColon": false
		}],
		"keyword-spacing": 0,
		"line-comment-position": 0,
		"linebreak-style": [0, "unix"],
		"lines-around-comment": 0,
		"lines-around-directive": 0,
		"max-depth": [0, 4],
		"max-len": [0, 80, 4],
		"max-lines": 0,
		"max-nested-callbacks": [0, 2],
		"max-params": [0, 3],
		"max-statements": [0, 10],
		"max-statements-per-line": 0,
		"multiline-ternary": 0,
		"new-cap": 1,
		"new-parens": 2,
		"newline-after-var": 0,
		"newline-before-return": 0,
		"newline-per-chained-call": 0,
		"no-alert": 1,
		"no-array-constructor": 1,
		"no-bitwise": 0,
		"no-caller": 2,
		"no-case-declarations": 0,
		"no-catch-shadow": 1,
		"no-class-assign": 0,
		"no-cond-assign": 1,
		"no-confusing-arrow": 0,
		"no-console": 1,
		"no-const-assign": 0,
		"no-constant-condition": 2,
		"no-continue": 0,
		"no-control-regex": 1,
		"no-debugger": 2,
		"no-delete-var": 1,
		"no-div-regex": 0,
		"no-dupe-args": 2,
		"no-dupe-class-members": 0,
		"no-dupe-keys": 2,
		"no-duplicate-case": 2,
		"no-duplicate-imports": 0,
		"no-else-return": 0,
		"no-empty": 2,
		"no-empty-character-class": 2,
		"no-empty-function": 0,
		"no-empty-pattern": 0,
		"no-eq-null": 0,
		"no-eval": 2,
		"no-ex-assign": 2,
		"no-extend-native": 1,
		"no-extra-bind": 1,
		"no-extra-boolean-cast": 2,
		"no-extra-label": 0,
		"no-extra-parens": 0,
		"no-extra-semi": 2,
		"no-fallthrough": 1,
		"no-floating-decimal": 0,
		"no-func-assign": 2,
		"no-global-assign": 0,
		"no-implicit-coercion": 0,
		"no-implicit-globals": 0,
		"no-implied-eval": 1,
		"no-inline-comments": 0,
		"no-inner-declarations": [2, "functions"],
		"no-invalid-regexp": 2,
		"no-invalid-this": 0,
		"no-irregular-whitespace": 2,
		"no-iterator": 1,
		"no-label-var": 1,
		"no-labels": 1,
		"no-lone-blocks": 1,
		"no-lonely-if": 0,
		"no-loop-func": 1,
		"no-magic-numbers": 0,
		"no-mixed-operators": 0,
		"no-mixed-requires": [0, false],
		"no-mixed-spaces-and-tabs": [0, false],
		"no-multi-spaces": 0,
		"no-multi-str": 1,
		"no-multiple-empty-lines": [0, {
			"max": 2
		}],
		"no-native-reassign": 2,
		"no-negated-condition": 0,
		"no-negated-in-lhs": 2,
		"no-nested-ternary": 0,
		"no-new": 1,
		"no-new-func": 2,
		"no-new-object": 1,
		"no-new-require": 0,
		"no-new-symbol": 0,
		"no-new-wrappers": 1,
		"no-obj-calls": 2,
		"no-octal": 1,
		"no-octal-escape": 1,
		"no-param-reassign": 0,
		"no-path-concat": 0,
		"no-plusplus": 0,
		"no-process-env": 0,
		"no-process-exit": 1,
		"no-proto": 1,
		"no-prototype-builtins": 0,
		"no-redeclare": 1,
		"no-regex-spaces": 1,
		"no-restricted-globals": 0,
		"no-restricted-imports": 0,
		"no-restricted-modules": 0,
		"no-restricted-properties": 0,
		"no-restricted-syntax": 0,
		"no-return-assign": 1,
		"no-return-await": 0,
		"no-script-url": 1,
		"no-self-assign": 0,
		"no-self-compare": 0,
		"no-sequences": 1,
		"no-shadow": 1,
		"no-shadow-restricted-names": 1,
		"no-spaced-func": 1,
		"no-sparse-arrays": 2,
		"no-sync": 0,
		"no-tabs": 0,
		"no-template-curly-in-string": 0,
		"no-ternary": 0,
		"no-this-before-super": 0,
		"no-throw-literal": 1,
		"no-trailing-spaces": 0,
		"no-undef": 2,
		"no-undef-init": 1,
		"no-undefined": 0,
		"no-underscore-dangle": 0,
		"no-unexpected-multiline": 0,
		"no-unmodified-loop-condition": 0,
		"no-unneeded-ternary": 0,
		"no-unreachable": 2,
		"no-unsafe-finally": 0,
		"no-unsafe-negation": 0,
		"no-unused-expressions": 1,
		"no-unused-labels": 0,
		"no-unused-vars": [1, {
			"args": "after-used",
			"vars": "all"
		}],
		"no-use-before-define": 1,
		"no-useless-call": 0,
		"no-useless-computed-key": 0,
		"no-useless-concat": 0,
		"no-useless-constructor": 0,
		"no-useless-escape": 0,
		"no-useless-rename": 0,
		"no-useless-return": 0,
		"no-var": 0,
		"no-void": 1,
		"no-warning-comments": [0, {
			"location": "start",
			"terms": ["todo", "fixme", "xxx"]
		}],
		"no-whitespace-before-property": 0,
		"no-with": 2,
		"object-curly-newline": 0,
		"object-curly-spacing": [0, "never"],
		"object-property-newline": 0,
		"object-shorthand": 0,
		"one-var": 0,
		"one-var-declaration-per-line": 0,
		"operator-assignment": [0, "always"],
		"operator-linebreak": 0,
		"padded-blocks": 0,
		"prefer-arrow-callback": 0,
		"prefer-const": 0,
		"prefer-numeric-literals": 0,
		"prefer-reflect": 0,
		"prefer-rest-params": 0,
		"prefer-spread": 0,
		"prefer-template": 0,
		"quote-props": 0,
		"quotes": [1, "double"],
		"radix": 0,
		"require-jsdoc": 0,
		"require-yield": 0,
		"rest-spread-spacing": 0,
		"semi": 2,
		"semi-spacing": [0, {
			"after": true,
			"before": false
		}],
		"sort-imports": 0,
		"sort-keys": 0,
		"sort-vars": 0,
		"space-before-blocks": [0, "always"],
		"space-before-function-paren": [0, "always"],
		"space-in-parens": [0, "never"],
		"space-infix-ops": 0,
		"space-unary-ops": [1, {
			"nonwords": false,
			"words": true
		}],
		"spaced-comment": 0,
		"strict": [0, "global"],
		"symbol-description": 0,
		"template-curly-spacing": 0,
		"unicode-bom": 0,
		"use-isnan": 2,
		"valid-jsdoc": 0,
		"valid-typeof": 1,
		"vars-on-top": 0,
		"wrap-iife": 0,
		"wrap-regex": 0,
		"yield-star-spacing": 0,
		"yoda": [1, "never"]
	},
	"globals": {
		"require": false,
		"respond": false,
		"getRow": false,
		"emit": false,
		"send": false,
		"start": false,
		"sum": false,
		"log": false,
		"exports": false,
		"module": false,
		"provides": false,
		"alert": false,
		"confirm": false,
		"console": false,
		"Debug": false,
		"opera": false,
		"prompt": false,
		"_trace": false,
		"_log": false,
		"_assert": false,
		"_measure": false,
		"_fatal": false,
		"START": false,
		"STOP": false,
		"ERROR": false,
		"WARNING": false,
		"INFO": false,
		"DEBUG": false,
		"dojo": false,
		"dijit": false,
		"dojox": false,
		"define": false,
		"$": false,
		"jQuery": false,
		"$$": false,
		"Asset": false,
		"Browser": false,
		"Chain": false,
		"Class": false,
		"Color": false,
		"Cookie": false,
		"Core": false,
		"Document": false,
		"DomReady": false,
		"DOMEvent": false,
		"DOMReady": false,
		"Drag": false,
		"Element": false,
		"Elements": false,
		"Event": false,
		"Events": false,
		"Fx": false,
		"Group": false,
		"Hash": false,
		"HtmlTable": false,
		"Iframe": false,
		"IframeShim": false,
		"InputValidator": false,
		"instanceOf": false,
		"Keyboard": false,
		"Locale": false,
		"Mask": false,
		"MooTools": false,
		"Native": false,
		"Options": false,
		"OverText": false,
		"Request": false,
		"Scroller": false,
		"Slick": false,
		"Slider": false,
		"Sortables": false,
		"Spinner": false,
		"Swiff": false,
		"Tips": false,
		"Type": false,
		"typeOf": false,
		"URI": false,
		"Window": false,
		"escape": false,
		"unescape": false,
		"phantom": true,
		"WebPage": true,
		"$A": false,
		"$F": false,
		"$H": false,
		"$R": false,
		"$break": false,
		"$continue": false,
		"$w": false,
		"Abstract": false,
		"Ajax": false,
		"Enumerable": false,
		"Field": false,
		"Form": false,
		"Insertion": false,
		"ObjectRange": false,
		"PeriodicalExecuter": false,
		"Position": false,
		"Prototype": false,
		"Selector": false,
		"Template": false,
		"Toggle": false,
		"Try": false,
		"Autocompleter": false,
		"Builder": false,
		"Control": false,
		"Draggable": false,
		"Draggables": false,
		"Droppables": false,
		"Effect": false,
		"Sortable": false,
		"SortableObserver": false,
		"Sound": false,
		"Scriptaculous": false,
		"defineClass": false,
		"deserialize": false,
		"gc": false,
		"helpUrl": false,
		"importClass": false,
		"importPackage": false,
		"java": false,
		"load": false,
		"loadClass": false,
		"Packages": false,
		"print": false,
		"quit": false,
		"readFile": false,
		"readUrl": false,
		"runCommand": false,
		"seal": false,
		"serialize": false,
		"spawn": false,
		"sync": false,
		"toint32": false,
		"version": false,
		"target": false,
		"echo": false,
		"exit": false,
		"cd": false,
		"pwd": false,
		"ls": false,
		"find": false,
		"cp": false,
		"rm": false,
		"mv": false,
		"mkdir": false,
		"test": false,
		"cat": false,
		"sed": false,
		"grep": false,
		"which": false,
		"dirs": false,
		"pushd": false,
		"popd": false,
		"env": false,
		"exec": false,
		"chmod": false,
		"config": false,
		"error": false,
		"tempdir": false,
		"importScripts": true,
		"postMessage": true,
		"self": true,
		"ActiveXObject": true,
		"Enumerator": true,
		"GetObject": true,
		"ScriptEngine": true,
		"ScriptEngineBuildVersion": true,
		"ScriptEngineMajorVersion": true,
		"ScriptEngineMinorVersion": true,
		"VBArray": true,
		"WSH": true,
		"WScript": true,
		"XDomainRequest": true,
		"YUI": false,
		"Y": false,
		"YUI_config": false,
		"asyncTest": false,
		"deepEqual": false,
		"equal": false,
		"equals": false,
		"expect": false,
		"notDeepEqual": false,
		"notEqual": false,
		"notStrictEqual": false,
		"ok": false,
		"QUnit": false,
		"stop": false,
		"strictEqual": false,
		"throws": false,
		"ctypes": false,
		"xsruntime": false,
		"jasmine": false,
		"describe": false,
		"it": false,
		"xdescribe": false,
		"xit": false,
		"beforeEach": false,
		"afterEach": false,
		"spyOn": false,
		"waitsFor": false,
		"runs": false,
		"Q": false,
		"d3": false,
		"sinon": false,
		"sap": false
	},
	"env": {
		"es6": true,
		"browser": true,
		"node": true,
		"amd": true,
		"mocha": true,
		"jquery": true
	}
}