QuackatronHQ / Gigarepo

Detected duplicate class members JS-0319
Anti-pattern
Major
1 occurrence in this check
21    return this.data.data;
22  }
23
24  get unit() {25    console.log(this.unit);26  }27
28  static get ["staticNum"]() {
29    const staticData = { ...this.staticData };