UNPKG

eslint-config-alloy

Version:
7 lines (6 loc) 103 B
const foo = { set bar(value) { this.barValue = 'bar ' + value; return this.barValue; }, };