diff --git a/package.json b/package.json index 6f07b00d9..24b51ac05 100644 --- a/package.json +++ b/package.json @@ -174,27 +174,14 @@ "test": "node script/test" }, "standard": { + "env": { + "atomtest": true, + "browser": true, + "jasmine": true, + "node": true + }, "globals": [ "atom", - "afterEach", - "beforeEach", - "describe", - "fdescribe", - "xdescribe", - "expect", - "it", - "fit", - "xit", - "jasmine", - "runs", - "spyOn", - "waitsFor", - "waitsForPromise", - "indexedDB", - "IntersectionObserver", - "FocusEvent", - "requestAnimationFrame", - "HTMLElement", "snapshotResult" ] }