XuqmGroup-RNChatDemo/.prettierrc.js

6 行
91 B
JavaScript

module.exports = {
arrowParens: 'avoid',
singleQuote: true,
trailingComma: 'all',
};