Sindarius / npm_gcodeviewer

Assignment operators should not be used in return statements JS-0086
Anti-pattern
Minor
3 months agoa year old
Arrow function should not return assignment
1142   
1143   setRenderAnimation(value) {
1144      this.renderAnimation = value;
1145      this.renderInstances.forEach((r) => r.renderAnimation = this.renderAnimation);1146   }
1147   
1148