mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 15:56:56 +02:00
Enable additional eslint rules, including no-constructor-return
This commit is contained in:
@@ -15,8 +15,6 @@ export class QAItem {
|
||||
if (service && typeof service.getIcon === 'function') {
|
||||
this.icon = service.getIcon(itemType);
|
||||
}
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
update(props) {
|
||||
|
||||
Reference in New Issue
Block a user