Skip to content

Commit

Permalink
Merge pull request #5812 from mjfwebb/lts-prettier-config
Browse files Browse the repository at this point in the history
add legacy trailing comma configuration on prettier conf to match eslint
  • Loading branch information
mjfwebb authored Nov 18, 2024
2 parents b00f879 + 1aa9a94 commit d10a1dc
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 d10a1dc

Please sign in to comment.