UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 216 B
module.exports = { rules: { /** * 对象字面量的键名必须排好序 * @category Stylistic Issues * @reason 没必要限制 */ 'sort-keys': 'off' } };