UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 104 B
const user = { get name() { // do something }, }; class User { get name() { return; } }