Linting app
This commit is contained in:
parent
b485c9bf46
commit
432b4a0e85
7 changed files with 46 additions and 42 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue