Linting. Finally set up my linter properly

This commit is contained in:
Jorik Schellekens 2020-04-16 11:56:43 +01:00
parent 66fd0f707f
commit f1130ecba1
4 changed files with 29 additions and 28 deletions

View file

@ -18,9 +18,8 @@ import SettingController from "./SettingController";
import dis from "../../dispatcher";
export default class FontSizeController extends SettingController {
constructor() {
super()
super();
}
onChange(level, roomId, newValue) {