chore: use workspaces, fix deps

react-monaco-editor needed rolling back due to an incompatibility with
react 16
monaco-editor then needed rolling back and the editor config, too.

Some @types needed to be added, some lint deps needed updating.
This commit is contained in:
Oliver Eyton-Williams
2021-11-24 12:02:30 +01:00
committed by Mrugesh Mohapatra
parent 13b880c97b
commit a3e05ab45e
5 changed files with 124134 additions and 18342 deletions

View File

@@ -226,9 +226,7 @@ const Editor = (props: EditorProps): JSX.Element => {
selectionHighlight: false,
overviewRulerBorder: false,
hideCursorInOverviewRuler: true,
guides: {
indentation: false
},
renderIndentGuides: false,
minimap: {
enabled: false
},