Skip to content

Commit

Permalink
add lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayquaza01 committed Dec 18, 2018
1 parent 5575a19 commit 82fbaae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 82fbaae

Please sign in to comment.