Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
alippai committed Jan 21, 2018
1 parent 3a95501 commit cd222fa
Show file tree
Hide file tree
Showing 67 changed files with 2,616 additions and 2,624 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.asm.*
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
},
"scripts": {
"prepublish": "grunt && grunt esm && grunt all",
"test": "grunt test"
"test": "grunt test",
"prettier": "prettier --single-quote --trailing-comma all --write \"src/**/*.js\" --print-width 120"
},
"typings": "./asmcrypto.js.d.ts"
}
Loading

0 comments on commit cd222fa

Please sign in to comment.