Skip to content

Commit

Permalink
Add prettierrc (palantir#4637)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored and Josh Goldberg committed Apr 7, 2019
1 parent a395501 commit 703acaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"printWidth": 100,
"tabWidth": 4,
"trailingComma": "all"
}
8 changes: 1 addition & 7 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@
],
"rules": {
// Formatting rules
"prettier": {
"options": {
"printWidth": 100,
"tabWidth": 4,
"trailingComma": "all"
}
},
"prettier": true,

// Don't want these
"cyclomatic-complexity": false,
Expand Down

0 comments on commit 703acaf

Please sign in to comment.