Enable additional eslint rules, including no-constructor-return

This commit is contained in:
Quincy Morgan
2020-10-23 11:11:32 -04:00
parent cb6ab1405b
commit f8e4e43fab
2 changed files with 8 additions and 2 deletions
-2
View File
@@ -15,8 +15,6 @@ export class QAItem {
if (service && typeof service.getIcon === 'function') {
this.icon = service.getIcon(itemType);
}
return this;
}
update(props) {