add lint script

This commit is contained in:
2026-03-23 18:19:38 +03:00
parent 68c3817dcb
commit 76ceafc291

View File

@@ -3,7 +3,8 @@
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {
"start:firefox": "web-ext run --source-dir . --firefox=firefox-developer-edition", "start:firefox": "web-ext run --source-dir . --firefox=firefox-developer-edition",
"build": "web-ext build" "build": "web-ext build",
"lint": "web-ext lint"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",