Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTreffler authored Sep 2, 2020
1 parent 910fadb commit 4500b62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"description": "",
"main": "canvas2image.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint": "npm run lint:js",
"lint:fix": "eslint --fix --ext .js,.vue --ignore-path .gitignore ."
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4500b62

Please sign in to comment.