Linting app

This commit is contained in:
David Négrier 2020-09-29 16:12:17 +02:00
parent b485c9bf46
commit 432b4a0e85
7 changed files with 46 additions and 42 deletions

View file

@ -5,7 +5,7 @@ import { UwsApp } from './types';
class App extends (<UwsApp>_App) {
constructor(options: AppOptions = {}) {
super(options);
super(options); // eslint-disable-line constructor-super
extend(this, new BaseApp());
}
}