Skip to content

Commit

Permalink
Fix prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarner committed Jun 1, 2020
1 parent 04e68d5 commit e84152f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@ module.exports = {
requireForBlockBody: false,
},
],
'object-curly-newline': [
'error',
{
ObjectExpression: { minProperties: 2, consistent: true },
ObjectPattern: { minProperties: 5, consistent: true },
ImportDeclaration: { consistent: true },
ExportDeclaration: { consistent: true },
},
],
'no-multiple-empty-lines': [
'error',
{
Expand Down
2 changes: 2 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "avoid",
"printWidth": 120
}

0 comments on commit e84152f

Please sign in to comment.