Add standardjs config to package.json

This commit is contained in:
Daniel Hengeveld
2015-11-03 16:36:24 +01:00
parent 0c965f9439
commit da0b129c83

View File

@@ -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"
]
}
}