Skip to content

Commit

Permalink
Add prettier and config file
Browse files Browse the repository at this point in the history
  • Loading branch information
saifahn authored and Exulansis committed Apr 9, 2019
1 parent ccbd7d5 commit b0cee4a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .prettierrc.json
@@ -0,0 +1,7 @@
{
"endOfLine": "lf",
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all"
}
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -86,6 +86,7 @@
"istanbul": "^0.4.5",
"mocha": "^5.0.0",
"nyc": "^12.0.2",
"prettier": "^1.16.4",
"sinon": "^7.2.5",
"source-map-support": "^0.5.10",
"ts-node": "^8.0.2",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Expand Up @@ -5688,6 +5688,11 @@ preserve@^0.2.0:
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
integrity sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=

prettier@^1.16.4:
version "1.16.4"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.16.4.tgz#73e37e73e018ad2db9c76742e2647e21790c9717"
integrity sha512-ZzWuos7TI5CKUeQAtFd6Zhm2s6EpAD/ZLApIhsF9pRvRtM1RFo61dM/4MSRUA0SuLugA/zgrZD8m0BaY46Og7g==

private@^0.1.6, private@^0.1.8:
version "0.1.8"
resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"
Expand Down

0 comments on commit b0cee4a

Please sign in to comment.