UNPKG

eslint-config-mlt

Version:
9 lines (8 loc) 125 B
module.exports = { rules: { /** * 对象字面量的键名必须排好序 */ 'sort-keys': 'off', }, };