From 82fbaae28c2f1071be3a488d40747bd00955766a Mon Sep 17 00:00:00 2001 From: Joe Jarvis Date: Tue, 18 Dec 2018 17:32:57 -0500 Subject: [PATCH] add lint command --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e4e80bd..e0772ab 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,10 @@ "description": "Adds a text box to a toolbar button for taking notes", "main": "index.js", "scripts": { + "lint": "web-ext lint --source-dir ./extension", "build": "web-ext build -s ./extension", "build:i18n": "python ./scripts/i18n.py --", - "firefox": "web-ext run --source-dir ./extension" + "firefox": "web-ext run --source-dir ./extension --" }, "repository": { "type": "git",