Skip to content

Commit

Permalink
add npm run fmt for autoformatting js
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Sep 24, 2018
1 parent 8c9d2f0 commit 1be2787
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 @@ -10,12 +10,14 @@
},
"scripts": {
"postinstall": "python ./bower-lite",
"fmt": "prettier --write --trailing-comma es5 share/jupyterhub/static/js/*",
"lessc": "lessc"
},
"devDependencies": {
"clean-css": "^3.4.13",
"less": "^2.7.1",
"less-plugin-clean-css": "^1.5.1",
"clean-css": "^3.4.13"
"prettier": "^1.14.2"
},
"dependencies": {
"bootstrap": "^3.3.7",
Expand Down

0 comments on commit 1be2787

Please sign in to comment.