Skip to content

Commit

Permalink
setup: configure prettierrc to match configured eslint printWidth
Browse files Browse the repository at this point in the history
  • Loading branch information
fbrandt-dev committed Feb 13, 2020
1 parent c7c8b35 commit faf0d8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"trailingComma": "es5",
"singleQuote": true,
"useTabs": true
"useTabs": true,
"printWidth": 80
}

0 comments on commit faf0d8e

Please sign in to comment.