diff --git a/package.json b/package.json index 5d313b8..c5c5fe9 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,9 @@ "node": ">=4" }, "scripts": { - "test": "mocha" + "test": "mocha", + "lint": "eslint . --ext .js", + "lint-fix": "eslint . --fix" }, "dependencies": { "is-valid-app": "^0.3.0" @@ -51,4 +53,4 @@ "gulp" ] } -} +} \ No newline at end of file