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",