UNPKG

eslint-config-alloy

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