you-need-to-do-this-way/typescript/.prettierrc.js
2021-03-08 13:25:30 +07:00

8 lines
125 B
JavaScript

module.exports = {
semi: true,
trailingComma: 'none',
singleQuote: true,
printWidth: 120,
tabWidth: 4
};