Skip to content

Commit

Permalink
chore(scripts): add "lint" script
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoPedroAS51 committed Oct 19, 2020
1 parent e8707cb commit 44438a3
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": {
"build": "babel src -d build",
"prepare": "yarn build && yarn cc",
"lint": "eslint --ext .js .",
"test": "jest --watch --coverage",
"cc": "jest --coverage"
},
Expand Down

0 comments on commit 44438a3

Please sign in to comment.