Revision efe9b1a4b12cdcfa527ff9a72289c1bca4759cc1 authored by Tom Ratcliffe on 14 June 2024, 13:01:39 UTC, committed by Tom Ratcliffe on 21 June 2024, 12:51:42 UTC
1 parent 9fbba04
Raw File
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top