Skip to content

Commit

Permalink
chore: replace deprecated prettier config param
Browse files Browse the repository at this point in the history
  • Loading branch information
christjt committed Jun 26, 2023
1 parent af0a482 commit 68e3e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-components/.prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"printWidth": 100,
"singleQuote": true,
"trailingComma": "none",
"jsxBracketSameLine": true
"bracketSameLine": true
}

0 comments on commit 68e3e0a

Please sign in to comment.