From 76ceafc291622db05a8038a3ca16dc8811196a2b Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Mon, 23 Mar 2026 18:19:38 +0300 Subject: [PATCH] add lint script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ca7cf36..d5ff7b2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "version": "0.0.0", "scripts": { "start:firefox": "web-ext run --source-dir . --firefox=firefox-developer-edition", - "build": "web-ext build" + "build": "web-ext build", + "lint": "web-ext lint" }, "keywords": [], "author": "",