Skip to content

Commit

Permalink
add legacy trailing comma configuration on prettier conf to match eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
MacondoExpress authored and mjfwebb committed Nov 18, 2024
1 parent f2e08cb commit 1aa9a94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"tabWidth": 2
}
}
]
],
"trailingComma": "es5"
}

0 comments on commit 1aa9a94

Please sign in to comment.