UNPKG

@10up/eslint-config

Version:
9 lines (7 loc) 91 B
class Thing { print() { return 'Hello'; } } const thing = new Thing(); thing.print();