diff --git a/package.json b/package.json index d9c94072..ee63ea08 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,7 @@ }, "scripts": { "test": "grunt test", - "prepare": "grunt build" + "prepare": "grunt build", + "lint": "eslint ./src" } }