xiaoju-survey/web/.prettierrc.js

6 lines
162 B
JavaScript
Raw Normal View History

2023-11-02 12:12:37 +00:00
module.exports = {
singleQuote: true, // 使用单引号
semi: true, // 不使用分号
// trailingComma: 'all', // 在对象和数组末尾加上逗号
};