Skip to content

Commit

Permalink
added lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
pbelokon committed Jul 14, 2023
1 parent 31cd533 commit d240001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html",
"lint": "eslint --config .eslintrc.js \"./src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand Down

0 comments on commit d240001

Please sign in to comment.