react-codemirror
react-codemirror copied to clipboard
How to add a lint panel?
I see it discussed here: https://discuss.codemirror.net/t/always-show-linter-panel/7065
but unsure how one can add this in React CodeMirror.
<CodeMirror extensions={[/* here */]} />
@aaronvg