diff --git a/.brackets.json b/.brackets.json index 02e9bc8fa6b..242c6423b4d 100644 --- a/.brackets.json +++ b/.brackets.json @@ -10,15 +10,12 @@ "es5": true, "predef": [ "brackets", - "require", "define", "$", - "window", "setTimeout", "clearTimeout", - "ArrayBuffer", "XMLHttpRequest", "Uint32Array", @@ -28,7 +25,10 @@ "defaultExtension": "js", "language": { "javascript": { - "linting.prefer": ["ESLint", "JSLint"], + "linting.prefer": [ + "ESLint", + "JSLint" + ], "linting.usePreferredOnly": true } }, @@ -43,5 +43,14 @@ } }, "spaceUnits": 4, - "useTabChar": false -} + "useTabChar": false, + "errors": { + "status": null, + "headers": {}, + "response": { + "status": "failure", + "data": "Error!!." + }, + "attempts": 1 + } +} \ No newline at end of file