Skip to content

Commit

Permalink
chore(prettier): delete default options (#2733)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy authored Sep 13, 2020
1 parent 709ce16 commit 8582dd5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
'use strict';

module.exports = {
printWidth: 80,
tabWidth: 2,
singleQuote: true,
trailingComma: 'es5',
arrowParens: 'always',
overrides: [
{
files: '*.json',
Expand Down

0 comments on commit 8582dd5

Please sign in to comment.