diff --git a/package.json b/package.json index 78673e5..d8f923d 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "main": "index.js", "scripts": { "build": "parcel build app/index.html", - "dev": "parcel app/index.html" + "dev": "parcel app/index.html", + "lint": "eslint app" }, "devDependencies": { "@babel/core": "^7.7.2",