Skip to content

Commit

Permalink
feat(prettierrc): update prettierrc also for external packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Dierckens committed Sep 17, 2018
1 parent 889f67d commit 8969c59
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/config/prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
module.exports = {
printWidth: 80,
printWidth: 100,
tabWidth: 2,
useTabs: false,
semi: false,
semi: true,
singleQuote: true,
trailingComma: 'all',
bracketSpacing: false,
jsxBracketSameLine: false,
};

0 comments on commit 8969c59

Please sign in to comment.