mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-05 00:00:18 -04:00
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:
committed by
Mrugesh Mohapatra
parent
13b880c97b
commit
a3e05ab45e
@@ -226,9 +226,7 @@ const Editor = (props: EditorProps): JSX.Element => {
|
||||
selectionHighlight: false,
|
||||
overviewRulerBorder: false,
|
||||
hideCursorInOverviewRuler: true,
|
||||
guides: {
|
||||
indentation: false
|
||||
},
|
||||
renderIndentGuides: false,
|
||||
minimap: {
|
||||
enabled: false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user