UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 121 B
module.exports = { rules: { /** * 必须使用解构赋值 */ 'prefer-destructuring': 'off', }, };