module.exports = { rules: { /** * 对象字面量的键名必须排好序 */ 'sort-keys': 'off', }, }