1. {
    2. "semi": true, // 语句末尾是否加分号
    3. "singleQuote": true // 是否使用单引号
    4. }