UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 130 B
module.exports = { rules: { /** * 变量必须在定义的时候赋值 */ 'init-declarations': 'off', }, };