prettier.config.js 103 B

1234
  1. module.exports = {
  2. // Default value changed from none to es5 in v2.0.0
  3. // trailingComma: "es5",
  4. };