Skip to content

Commit

Permalink
update prettier setting based on team's suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
jiji14 committed Oct 18, 2023
1 parent 00f07ef commit d3132a1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 80,
"tabWidth": 2,
"semi": true,
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid"
}
"printWidth": 100,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": true,
"endOfLine": "lf",
"semi": true
}

0 comments on commit d3132a1

Please sign in to comment.