Skip to content

Commit

Permalink
style: set prettier printWidth to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
mernxl committed Dec 5, 2019
1 parent 03ca36c commit 2f52399
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"parser": "typescript"
"parser": "typescript",
"printWidth": 100
}
4 changes: 2 additions & 2 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"jsRules": {},
"rules": {
"prettier": true,
"prettier": [true, ".prettierrc"],
"arrow-return-shorthand": true,
"callable-types": true,
"class-name": true,
Expand All @@ -35,7 +35,7 @@
"label-position": true,
"max-line-length": [
true,
140
100
],
"member-access": false,
"member-ordering": [
Expand Down

0 comments on commit 2f52399

Please sign in to comment.