From da0b129c83147d7bb8799398218089c272bb5bb6 Mon Sep 17 00:00:00 2001 From: Daniel Hengeveld Date: Tue, 3 Nov 2015 16:36:24 +0100 Subject: [PATCH] Add standardjs config to package.json --- package.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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" + ] } }