Update doctestts, add lint config

This commit is contained in:
Pieter Vander Vennet 2022-04-08 17:59:14 +02:00
parent 55dd4c58ee
commit 2f2e58faff
5 changed files with 108 additions and 21 deletions

View file

@ -36,7 +36,7 @@ class Init {
// This 'leaks' the global state via the window object, useful for debugging
// @ts-ignore
window.mapcomplete_state = State.state;
new DefaultGUI(State.state, guiState)
new DefaultGUI(State.state, guiState).setup()
}
}