you-need-to-do-this-way/typescript/.prettierrc.js

8 lines
125 B
JavaScript
Raw Permalink Normal View History

2021-03-08 13:25:30 +07:00
module.exports = {
semi: true,
trailingComma: 'none',
singleQuote: true,
printWidth: 120,
tabWidth: 4
};