Choices/.prettierrc.js

5 lines
65 B
JavaScript

module.exports = {
singleQuote: true,
trailingComma: "all"
}