sdk-javascript/examples/typescript-ex/prettier.config.js

5 lines
66 B
JavaScript

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