Skip to content

Commit

Permalink
Use package.json instead of standalone pretierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
jleclanche committed Aug 11, 2018
1 parent d4cb4ae commit df4fd95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .prettierrc

This file was deleted.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"hearthstone",
"deckstrings"
],
"homepage": "https://github.com/HearthSim/npm-deckstrings#readme",
"homepage": "https://github.com/HearthSim/npm-deckstrings",
"bugs": {
"url": "https://github.com/HearthSim/npm-deckstrings/issues"
},
Expand Down Expand Up @@ -52,5 +52,9 @@
"varint": "^5.0.0"
},
"dependencies": {},
"sideEffects": false
"sideEffects": false,
"prettier": {
"useTabs": true,
"trailingComma": "es5"
}
}

0 comments on commit df4fd95

Please sign in to comment.