Skip to content

Commit

Permalink
Update prettierrc config
Browse files Browse the repository at this point in the history
  • Loading branch information
dbritto-dev committed Dec 9, 2018
1 parent 913dc84 commit e82afe1
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"semi": false,
"trailingComma": "all",
"singleQuote": true
"arrowParens": "avoid",
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxBracketSameLine": true,
"jsxSingleQuote": false,
"printWidth": 80,
"proseWrap": "preserve",
"requirePragma": false,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
}

0 comments on commit e82afe1

Please sign in to comment.