Linting. Finally set up my linter properly
This commit is contained in:
parent
66fd0f707f
commit
f1130ecba1
4 changed files with 29 additions and 28 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue