Skip to content

Commit

Permalink
style: align prettier trailing comma with eslint (#1260)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rykus0 authored May 21, 2024
1 parent 8c706bb commit 89be8e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"singleQuote": false,
"printWidth": 120,
"semi": false
"semi": false,
"trailingComma" : "none"
}

0 comments on commit 89be8e4

Please sign in to comment.