diff --git a/package.json b/package.json index 2de9c360f..2959a8020 100644 --- a/package.json +++ b/package.json @@ -157,5 +157,21 @@ "scripts": { "preinstall": "node -e 'process.exit(0)'", "test": "node script/test" + }, + "standard": { + "parser": "babel-eslint", + "globals": [ + "atom", + "afterEach", + "beforeEach", + "describe", + "expect", + "it", + "jasmine", + "runs", + "spyOn", + "waitsFor", + "waitsForPromise" + ] } }